summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/StandardIncludes.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-05-08 18:46:23 (GMT)
committerBrad King <brad.king@kitware.com>2003-05-08 18:46:23 (GMT)
commit43419192cb13b767585968115530274ab22459cf (patch)
treeaf06a6c130e3a76c2e2de0ea03ece0dc45795d74 /Source/kwsys/StandardIncludes.hxx.in
parent332f4021911a7be31c89a697938ba469a624a9c3 (diff)
downloadCMake-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.in6
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