ENH: Moved disabling of warnings to after kwsys includes.

This commit is contained in:
Brad King 2003-06-10 15:45:25 -04:00
parent c447874091
commit 89cf5d538c
1 changed files with 8 additions and 6 deletions

View File

@ -14,16 +14,18 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#include <SystemTools.hxx>
#include <RegularExpression.hxx>
#include <Directory.hxx>
#include <std/iostream>
#include <std/fstream>
#ifdef _MSC_VER
# pragma warning (disable: 4786)
#endif
#include <SystemTools.hxx>
#include <RegularExpression.hxx>
#include <Directory.hxx>
#include <std/iostream>
#include <std/fstream>
#include <stdio.h>
#include <sys/stat.h>
#include <ctype.h>