summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-10-05 13:01:30 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-10-05 13:01:30 (GMT)
commitc86e9f5b3ede853818bc0f6ac4f4ac4e5b06d242 (patch)
tree44d9b90ddb1bb0d5992be906a1f4ee36f88a300b /Source
parentbb865245f48c56dc5d740ccf382b5551dcc6baca (diff)
downloadCMake-c86e9f5b3ede853818bc0f6ac4f4ac4e5b06d242.zip
CMake-c86e9f5b3ede853818bc0f6ac4f4ac4e5b06d242.tar.gz
CMake-c86e9f5b3ede853818bc0f6ac4f4ac4e5b06d242.tar.bz2
COMP: fix bad include file
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 37da3a9..f4e5848 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -40,7 +40,6 @@
#endif
#include <stdlib.h> // required for atoi
-#include <fstream>
#ifdef __APPLE__
#include <sys/types.h>