diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-12 14:22:56 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-12 14:22:56 (GMT) |
commit | 77307ff15fac162fa5c820c0eb1ea02df2a6ad71 (patch) | |
tree | d560d184f6237eda0eaf9289f7e261d1dc972181 /Source/cmLocalKdevelopGenerator.cxx | |
parent | 832a302ca214f6675bd6969b5d41b76679dadcc1 (diff) | |
download | CMake-77307ff15fac162fa5c820c0eb1ea02df2a6ad71.zip CMake-77307ff15fac162fa5c820c0eb1ea02df2a6ad71.tar.gz CMake-77307ff15fac162fa5c820c0eb1ea02df2a6ad71.tar.bz2 |
BUG: remove bad headers
Diffstat (limited to 'Source/cmLocalKdevelopGenerator.cxx')
-rw-r--r-- | Source/cmLocalKdevelopGenerator.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalKdevelopGenerator.cxx b/Source/cmLocalKdevelopGenerator.cxx index 9be3090..4070f22 100644 --- a/Source/cmLocalKdevelopGenerator.cxx +++ b/Source/cmLocalKdevelopGenerator.cxx @@ -24,10 +24,8 @@ #include "cmCacheManager.h" #include "cmGeneratedFileStream.h" #include "cmake.h" - #include <cmsys/RegularExpression.hxx> -#include <iostream> cmLocalKdevelopGenerator::cmLocalKdevelopGenerator() :cmLocalUnixMakefileGenerator() @@ -38,9 +36,6 @@ cmLocalKdevelopGenerator::~cmLocalKdevelopGenerator() { } -#include <stdio.h> -#include <string> -#include <vector> void cmLocalKdevelopGenerator::Generate(bool fromTheTop) { |