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

This commit is contained in:
Daniel Pfeifer
2016-08-18 00:24:24 +02:00
committed by Brad King
parent 373b2e483d
commit f29d184773
18 changed files with 104 additions and 26 deletions
+8 -2
View File
@@ -12,13 +12,19 @@
#ifndef cmCacheManager_h
#define cmCacheManager_h
#include "cmStandardIncludes.h"
#include <cmConfigure.h> // IWYU pragma: keep
#include "cmPropertyMap.h"
#include "cmState.h"
#include <iosfwd>
#include <map>
#include <set>
#include <string>
#include <utility>
#include <vector>
class cmake;
class cmMarkAsAdvancedCommand;
/** \class cmCacheManager
* \brief Control class for cmake's cache