aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-03-27 21:06:09 +0200
committerStefan Boberg <[email protected]>2023-03-27 21:06:09 +0200
commitd3f2bce105ce0ce7cf72a05d89e09adb71db63dc (patch)
treeda0d8281c4092d3fbaa04e33a673be8471f0ab61
parentlock cxxopts to v3.0.0 for now (diff)
downloadzen-d3f2bce105ce0ce7cf72a05d89e09adb71db63dc.tar.xz
zen-d3f2bce105ce0ce7cf72a05d89e09adb71db63dc.zip
eliminated spurious cxxopts.hpp include
-rw-r--r--zen/internalfile.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/zen/internalfile.h b/zen/internalfile.h
index ab93dff26..8acb600ff 100644
--- a/zen/internalfile.h
+++ b/zen/internalfile.h
@@ -12,13 +12,10 @@
# 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
+
#include <filesystem>
#include <list>