summaryrefslogtreecommitdiffstats
path: root/Source/cmTimestamp.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-08-25 18:39:02 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-08-26 05:41:04 (GMT)
commitca2233e31fec18727ac1f742bef1108016745039 (patch)
tree38cf11857b891ede8a6c39354c19a397c197712f /Source/cmTimestamp.cxx
parentebe436eb97bf81704a1d0b074b3da4ac817f37d3 (diff)
downloadCMake-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/cmTimestamp.cxx')
-rw-r--r--Source/cmTimestamp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTimestamp.cxx b/Source/cmTimestamp.cxx
index ad08444..57c2b5a 100644
--- a/Source/cmTimestamp.cxx
+++ b/Source/cmTimestamp.cxx
@@ -2,7 +2,6 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmTimestamp.h"
-#include "cmConfigure.h"
#include <cstring>
#include <sstream>
#include <stdlib.h>