summaryrefslogtreecommitdiff
path: root/Tests/Tutorial/Step2/tutorial.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Tutorial/Step2/tutorial.cxx')
-rw-r--r--Tests/Tutorial/Step2/tutorial.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Tutorial/Step2/tutorial.cxx b/Tests/Tutorial/Step2/tutorial.cxx
index c27da0b847..af88dad465 100644
--- a/Tests/Tutorial/Step2/tutorial.cxx
+++ b/Tests/Tutorial/Step2/tutorial.cxx
@@ -1,8 +1,8 @@
// A simple program that computes the square root of a number
+#include "TutorialConfig.h"
+#include <math.h>
#include <stdio.h>
#include <stdlib.h>
-#include <math.h>
-#include "TutorialConfig.h"
#ifdef USE_MYMATH
#include "MathFunctions.h"