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,11 +12,19 @@
|
||||
#ifndef cmExportFileGenerator_h
|
||||
#define cmExportFileGenerator_h
|
||||
|
||||
#include "cmCommand.h"
|
||||
#include "cmGeneratorExpression.h"
|
||||
#include <cmConfigure.h> // IWYU pragma: keep
|
||||
|
||||
#include "cmGeneratorExpression.h"
|
||||
#include "cmVersion.h"
|
||||
#include "cmVersionMacros.h"
|
||||
#include "cmVersionConfig.h"
|
||||
|
||||
#include <iosfwd>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class cmGeneratorTarget;
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
Reference in New Issue
Block a user