From 89cf5d538c53af72c6f212d86e74011277233067 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 10 Jun 2003 15:45:25 -0400 Subject: [PATCH] ENH: Moved disabling of warnings to after kwsys includes. --- Source/kwsys/SystemTools.cxx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 3e281c080..2c398c72e 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -14,16 +14,18 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ +#include + +#include +#include + +#include +#include + #ifdef _MSC_VER # pragma warning (disable: 4786) #endif -#include -#include -#include -#include -#include - #include #include #include