mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
fix a batch of include-what-you-use violations
This commit is contained in:
committed by
Brad King
parent
373b2e483d
commit
f29d184773
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user