mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -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,10 +12,18 @@
|
||||
#ifndef cmExportBuildFileGenerator_h
|
||||
#define cmExportBuildFileGenerator_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
|
||||
#include "cmExportFileGenerator.h"
|
||||
#include "cmListFileCache.h"
|
||||
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class cmExportSet;
|
||||
class cmGeneratorTarget;
|
||||
class cmGlobalGenerator;
|
||||
class cmLocalGenerator;
|
||||
|
||||
/** \class cmExportBuildFileGenerator
|
||||
* \brief Generate a file exporting targets from a build tree.
|
||||
|
||||
Reference in New Issue
Block a user