summaryrefslogtreecommitdiff
path: root/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx')
-rw-r--r--Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx b/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx
index 1f9b887191..a488af6a3d 100644
--- a/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx
+++ b/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx
@@ -1,6 +1,6 @@
-#include <stdio.h>
#include "MathFunctions.h"
#include "TutorialConfig.h"
+#include <stdio.h>
// include the generated table
#include "Table.h"