mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-14 18:38:50 -05:00
BUG: remove bad headers
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user