diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/zen/zen.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zen/zen.h b/src/zen/zen.h index 91273fb5e..84f4e1333 100644 --- a/src/zen/zen.h +++ b/src/zen/zen.h @@ -9,10 +9,6 @@ ZEN_THIRD_PARTY_INCLUDES_START #include <cxxopts.hpp> ZEN_THIRD_PARTY_INCLUDES_END -#if ZEN_PLATFORM_WINDOWS -# include <zencore/windows.h> -#endif - namespace cpr { class Response; } |