diff options
author | Brad King <brad.king@kitware.com> | 2003-05-08 18:46:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-05-08 18:46:23 (GMT) |
commit | 43419192cb13b767585968115530274ab22459cf (patch) | |
tree | af06a6c130e3a76c2e2de0ea03ece0dc45795d74 /Source/kwsys/StandardIncludes.hxx.in | |
parent | 332f4021911a7be31c89a697938ba469a624a9c3 (diff) | |
download | CMake-43419192cb13b767585968115530274ab22459cf.zip CMake-43419192cb13b767585968115530274ab22459cf.tar.gz CMake-43419192cb13b767585968115530274ab22459cf.tar.bz2 |
ENH: Reduced header dependencies and cleaned up inclusion of standard headers.
Diffstat (limited to 'Source/kwsys/StandardIncludes.hxx.in')
-rw-r--r-- | Source/kwsys/StandardIncludes.hxx.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/kwsys/StandardIncludes.hxx.in b/Source/kwsys/StandardIncludes.hxx.in index f91cec1..4346518 100644 --- a/Source/kwsys/StandardIncludes.hxx.in +++ b/Source/kwsys/StandardIncludes.hxx.in @@ -35,10 +35,4 @@ # include <strstream.h> #endif -#if defined(KWSYS_NO_STD_NAMESPACE) -# define kwsys_std -#else -# define kwsys_std std -#endif - #endif |