mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
fix a load of include-what-you-use violations
This commit is contained in:
committed by
Brad King
parent
bd3d0eafbb
commit
efed6468ed
@@ -12,15 +12,22 @@
|
||||
#ifndef cmLocalUnixMakefileGenerator3_h
|
||||
#define cmLocalUnixMakefileGenerator3_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
|
||||
#include "cmDepends.h"
|
||||
#include "cmLocalCommonGenerator.h"
|
||||
|
||||
// for cmDepends::DependencyVector
|
||||
#include "cmDepends.h"
|
||||
#include <iosfwd>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class cmCustomCommand;
|
||||
class cmCustomCommandGenerator;
|
||||
class cmDepends;
|
||||
class cmMakefileTargetGenerator;
|
||||
class cmGeneratorTarget;
|
||||
class cmGlobalGenerator;
|
||||
class cmMakefile;
|
||||
class cmSourceFile;
|
||||
|
||||
/** \class cmLocalUnixMakefileGenerator3
|
||||
|
||||
Reference in New Issue
Block a user