commit | ca2233e31fec18727ac1f742bef1108016745039 | [log] [tgz] |
---|---|---|
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | Fri Aug 25 18:39:02 2017 |
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | Sat Aug 26 05:41:04 2017 |
tree | 38cf11857b891ede8a6c39354c19a397c197712f | |
parent | ebe436eb97bf81704a1d0b074b3da4ac817f37d3 [diff] [blame] |
IWYU: Mark cmConfigure.h with pragma: keep Also remove `#include "cmConfigure.h"` from most source files.
diff --git a/Source/cmInstallProgramsCommand.h b/Source/cmInstallProgramsCommand.h index 242fb95..e0ecbda 100644 --- a/Source/cmInstallProgramsCommand.h +++ b/Source/cmInstallProgramsCommand.h
@@ -3,7 +3,7 @@ #ifndef cmInstallProgramsCommand_h #define cmInstallProgramsCommand_h -#include "cmConfigure.h" +#include "cmConfigure.h" // IWYU pragma: keep #include <string> #include <vector>