summaryrefslogtreecommitdiffstats
path: root/Source/cmPipeConnection.h
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/cmPipeConnection.h
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/cmPipeConnection.h')
-rw-r--r--Source/cmPipeConnection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmPipeConnection.h b/Source/cmPipeConnection.h
index fea85b5..7b89842 100644
--- a/Source/cmPipeConnection.h
+++ b/Source/cmPipeConnection.h
@@ -1,14 +1,14 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
-
#pragma once
-#include "cmConnection.h"
-
-#include "cm_uv.h"
+#include "cmConfigure.h" // IWYU pragma: keep
#include <string>
+#include "cmConnection.h"
+#include "cm_uv.h"
+
class cmPipeConnection : public cmEventBasedConnection
{
public: