summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx')
-rw-r--r--Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx b/Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx
index 62523f6..0f7c106 100644
--- a/Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx
+++ b/Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx
@@ -1,5 +1,5 @@
-#include <stdio.h>
#include "MathFunctions.h"
+#include <stdio.h>
// a hack square root calculation using simple operations
double mysqrt(double x)