mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
fix a load of include-what-you-use violations
This commit is contained in:
committed by
Brad King
parent
bd3d0eafbb
commit
efed6468ed
@@ -13,11 +13,16 @@
|
||||
#ifndef cmExtraCodeBlocksGenerator_h
|
||||
#define cmExtraCodeBlocksGenerator_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
|
||||
#include "cmExternalMakefileProjectGenerator.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class cmGeneratorTarget;
|
||||
class cmLocalGenerator;
|
||||
class cmMakefile;
|
||||
class cmGeneratorTarget;
|
||||
class cmXMLWriter;
|
||||
|
||||
/** \class cmExtraCodeBlocksGenerator
|
||||
|
||||
Reference in New Issue
Block a user