diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-08-25 18:39:02 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-08-26 05:41:04 (GMT) |
commit | ca2233e31fec18727ac1f742bef1108016745039 (patch) | |
tree | 38cf11857b891ede8a6c39354c19a397c197712f /Source/cmCustomCommandGenerator.cxx | |
parent | ebe436eb97bf81704a1d0b074b3da4ac817f37d3 (diff) | |
download | CMake-ca2233e31fec18727ac1f742bef1108016745039.zip CMake-ca2233e31fec18727ac1f742bef1108016745039.tar.gz CMake-ca2233e31fec18727ac1f742bef1108016745039.tar.bz2 |
IWYU: Mark cmConfigure.h with pragma: keep
Also remove `#include "cmConfigure.h"` from most source files.
Diffstat (limited to 'Source/cmCustomCommandGenerator.cxx')
-rw-r--r-- | Source/cmCustomCommandGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCustomCommandGenerator.cxx b/Source/cmCustomCommandGenerator.cxx index 189d43a..fdc0a97 100644 --- a/Source/cmCustomCommandGenerator.cxx +++ b/Source/cmCustomCommandGenerator.cxx @@ -13,8 +13,6 @@ #include "cmSystemTools.h" #include "cm_auto_ptr.hxx" -#include "cmConfigure.h" - cmCustomCommandGenerator::cmCustomCommandGenerator(cmCustomCommand const& cc, const std::string& config, cmLocalGenerator* lg) |