summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/SystemTools.cxx')
-rw-r--r--Source/kwsys/SystemTools.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx
index 3e281c0..2c398c7 100644
--- a/Source/kwsys/SystemTools.cxx
+++ b/Source/kwsys/SystemTools.cxx
@@ -14,16 +14,18 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
-#ifdef _MSC_VER
-# pragma warning (disable: 4786)
-#endif
-
#include <SystemTools.hxx>
+
#include <RegularExpression.hxx>
#include <Directory.hxx>
+
#include <std/iostream>
#include <std/fstream>
+#ifdef _MSC_VER
+# pragma warning (disable: 4786)
+#endif
+
#include <stdio.h>
#include <sys/stat.h>
#include <ctype.h>