IWYU: Mark cmConfigure.h with pragma: keep

Also remove `#include "cmConfigure.h"` from most source files.
This commit is contained in:
Daniel Pfeifer
2017-08-25 20:39:02 +02:00
parent ebe436eb97
commit ca2233e31f
318 changed files with 286 additions and 334 deletions

View File

@@ -3,7 +3,7 @@
#ifndef cmExecutablesCommand_h
#define cmExecutablesCommand_h
#include "cmConfigure.h"
#include "cmConfigure.h" // IWYU pragma: keep
#include <string>
#include <vector>