aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-12-01 09:30:17 +0100
committerMartin Ridgers <[email protected]>2021-12-02 11:35:46 +0100
commitf61f9f72199883c6345aaf1541d00c1cb326e548 (patch)
treed56810d63e4b40cc5061bf01487e169d55db7f2b
parentMissing include (diff)
downloadzen-f61f9f72199883c6345aaf1541d00c1cb326e548.tar.xz
zen-f61f9f72199883c6345aaf1541d00c1cb326e548.zip
As a general rule include (seem) to be orderedl zen, 3rd-party, system
-rw-r--r--zen/internalfile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zen/internalfile.h b/zen/internalfile.h
index 6a002c5bc..a718cf053 100644
--- a/zen/internalfile.h
+++ b/zen/internalfile.h
@@ -4,10 +4,6 @@
#include <zencore/zencore.h>
-ZEN_THIRD_PARTY_INCLUDES_START
-#include <cxxopts.hpp>
-ZEN_THIRD_PARTY_INCLUDES_END
-
#include <zencore/iobuffer.h>
#include <zencore/refcount.h>
#include <zencore/thread.h>
@@ -16,6 +12,10 @@ ZEN_THIRD_PARTY_INCLUDES_END
# include <zencore/windows.h>
#endif
+ZEN_THIRD_PARTY_INCLUDES_START
+#include <cxxopts.hpp>
+ZEN_THIRD_PARTY_INCLUDES_END
+
#if ZEN_PLATFORM_WINDOWS
# include <atlfile.h>
#endif