summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx')
-rw-r--r--Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx b/Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx
index ef98d5f..a23feeb 100644
--- a/Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx
+++ b/Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx
@@ -1,6 +1,6 @@
// A simple program that builds a sqrt table
-#include <stdio.h>
#include <math.h>
+#include <stdio.h>
int main (int argc, char *argv[])
{