fix a load of include-what-you-use violations

This commit is contained in:
Daniel Pfeifer
2016-09-01 20:59:28 +02:00
committed by Brad King
parent bd3d0eafbb
commit efed6468ed
165 changed files with 1123 additions and 459 deletions
+11 -3
View File
@@ -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)