summaryrefslogtreecommitdiffstats
path: root/Source/cmakewizard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmakewizard.cxx')
-rw-r--r--Source/cmakewizard.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmakewizard.cxx b/Source/cmakewizard.cxx
index e2da23d..f31d54b 100644
--- a/Source/cmakewizard.cxx
+++ b/Source/cmakewizard.cxx
@@ -18,11 +18,6 @@
#include "cmake.h"
#include "cmCacheManager.h"
-
-// On Mac OSX getline looks like it is broken, so we have to use
-// fgets. This is why we are including stdio.h.
-#include <stdio.h>
-
cmakewizard::cmakewizard()
{
m_ShowAdvanced = false;