mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
fix a load of include-what-you-use violations
This commit is contained in:
committed by
Brad King
parent
bd3d0eafbb
commit
efed6468ed
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user