diff options
author | Brad King <brad.king@kitware.com> | 2016-08-17 14:46:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-08-17 14:46:32 (GMT) |
commit | 29593b79a236f9bd6653ed0ab874444ae4f38f00 (patch) | |
tree | d992109374b95f30203572a518d11ae74c993719 /Source/cmState.cxx | |
parent | c700d11d259af9c00680321804669fadbe378a22 (diff) | |
parent | a2af850ba6dbee7797484ec5f6696525123023fc (diff) | |
download | CMake-29593b79a236f9bd6653ed0ab874444ae4f38f00.zip CMake-29593b79a236f9bd6653ed0ab874444ae4f38f00.tar.gz CMake-29593b79a236f9bd6653ed0ab874444ae4f38f00.tar.bz2 |
Merge topic 'include-what-you-use'
a2af850b fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmState.cxx')
-rw-r--r-- | Source/cmState.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/cmState.cxx b/Source/cmState.cxx index 0470508..d4eb90a 100644 --- a/Source/cmState.cxx +++ b/Source/cmState.cxx @@ -15,10 +15,19 @@ #include "cmCacheManager.h" #include "cmCommand.h" #include "cmDefinitions.h" +#include "cmListFileCache.h" +#include "cmSystemTools.h" +#include "cmTypeMacro.h" #include "cmVersion.h" #include "cmake.h" +#include <algorithm> #include <assert.h> +#include <cmsys/RegularExpression.hxx> +#include <iterator> +#include <stdio.h> +#include <string.h> +#include <utility> struct cmState::SnapshotDataType { |