summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-17 22:24:24 (GMT)
committerBrad King <brad.king@kitware.com>2016-08-23 12:56:59 (GMT)
commitf29d18477360388cf66be5f1c17e2aae5fb14453 (patch)
treede9739165c94945e32e2fd354924b65126486ca1 /Source/cmCommands.h
parent373b2e483d983136415190dcc838e636077e5991 (diff)
downloadCMake-f29d18477360388cf66be5f1c17e2aae5fb14453.zip
CMake-f29d18477360388cf66be5f1c17e2aae5fb14453.tar.gz
CMake-f29d18477360388cf66be5f1c17e2aae5fb14453.tar.bz2
fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmCommands.h')
-rw-r--r--Source/cmCommands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommands.h b/Source/cmCommands.h
index d0f1ab7..034c9c7 100644
--- a/Source/cmCommands.h
+++ b/Source/cmCommands.h
@@ -12,7 +12,7 @@
#ifndef cmCommands_h
#define cmCommands_h
-#include "cmStandardIncludes.h"
+#include <cmConfigure.h> // IWYU pragma: keep
#include <vector>