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
+1 -1
View File
@@ -2,7 +2,7 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#pragma once
#include "cmConfigure.h"
#include "cmConfigure.h" // IWYU pragma: keep
#include <functional>
#include <string>