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

View File

@@ -12,9 +12,11 @@
#ifndef cmListFileCache_h
#define cmListFileCache_h
#include <cmConfigure.h>
#include <cmConfigure.h> // IWYU pragma: keep
#include "cmStandardIncludes.h"
#include <iosfwd>
#include <string>
#include <vector>
#include "cmState.h"
@@ -151,6 +153,7 @@ public:
private:
struct Entry;
cmState::Snapshot Bottom;
Entry* Cur;
cmListFileBacktrace(cmState::Snapshot bottom, Entry* up,