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

This commit is contained in:
Daniel Pfeifer
2016-08-17 01:08:13 +02:00
parent e240a7c017
commit a2af850ba6
27 changed files with 108 additions and 42 deletions
+7 -1
View File
@@ -12,10 +12,16 @@
#ifndef cmTestGenerator_h
#define cmTestGenerator_h
#include <cmConfigure.h> // IWYU pragma: keep
#include "cmScriptGenerator.h"
class cmTest;
#include <iosfwd>
#include <string>
#include <vector>
class cmLocalGenerator;
class cmTest;
/** \class cmTestGenerator
* \brief Support class for generating install scripts.