diff options
| author | Stefan Boberg <[email protected]> | 2023-03-27 21:06:09 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-03-27 21:06:09 +0200 |
| commit | d3f2bce105ce0ce7cf72a05d89e09adb71db63dc (patch) | |
| tree | da0d8281c4092d3fbaa04e33a673be8471f0ab61 | |
| parent | lock cxxopts to v3.0.0 for now (diff) | |
| download | zen-d3f2bce105ce0ce7cf72a05d89e09adb71db63dc.tar.xz zen-d3f2bce105ce0ce7cf72a05d89e09adb71db63dc.zip | |
eliminated spurious cxxopts.hpp include
| -rw-r--r-- | zen/internalfile.h | 5 |
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> |