summaryrefslogtreecommitdiffstats
path: root/Source/cmPipeConnection.h
diff options
context:
space:
mode:
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: