From 487dc39f120478155335eee8bd9472b34ccb7be9 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 22 Jun 2001 12:17:53 -0400 Subject: [PATCH] ERR: Removed stray standard header include. They should be added to cmStandardIncludes.h --- Source/cmMakefile.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index b6d4c4fae..2c13e5f82 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()