diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-08-25 20:39:02 +0200 |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-08-26 07:41:04 +0200 |
commit | ca2233e31fec18727ac1f742bef1108016745039 (patch) | |
tree | 38cf11857b891ede8a6c39354c19a397c197712f /Source/cmListCommand.h | |
parent | ebe436eb97bf81704a1d0b074b3da4ac817f37d3 (diff) | |
download | cmake-ca2233e31fec18727ac1f742bef1108016745039.tar.gz |
IWYU: Mark cmConfigure.h with pragma: keep
Also remove `#include "cmConfigure.h"` from most source files.
Diffstat (limited to 'Source/cmListCommand.h')
-rw-r--r-- | Source/cmListCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h index 7789f7df1e..7d3800a5af 100644 --- a/Source/cmListCommand.h +++ b/Source/cmListCommand.h @@ -3,7 +3,7 @@ #ifndef cmListCommand_h #define cmListCommand_h -#include "cmConfigure.h" +#include "cmConfigure.h" // IWYU pragma: keep #include <string> #include <vector> |