summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-06-22 16:17:53 (GMT)
committerBrad King <brad.king@kitware.com>2001-06-22 16:17:53 (GMT)
commit487dc39f120478155335eee8bd9472b34ccb7be9 (patch)
tree0fa41f741aecce008cf3e13a0952b98459bb5606 /Source/cmMakefile.cxx
parent5c394700317c86151bca206aa500066e18d13e24 (diff)
downloadCMake-487dc39f120478155335eee8bd9472b34ccb7be9.zip
CMake-487dc39f120478155335eee8bd9472b34ccb7be9.tar.gz
CMake-487dc39f120478155335eee8bd9472b34ccb7be9.tar.bz2
ERR: Removed stray standard header include. They should be added to cmStandardIncludes.h
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index b6d4c4f..2c13e5f 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -48,7 +48,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "cmCommands.h"
#include "cmCacheManager.h"
#include "cmFunctionBlocker.h"
-#include "stdio.h"
// default is not to be building executables
cmMakefile::cmMakefile()