aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-06-08 15:10:35 +0200
committerStefan Boberg <[email protected]>2023-06-08 15:10:35 +0200
commit3ce6ebb0a506e31b711a1fcee3e9074535a084c4 (patch)
tree39dd97d72fb927c4bfa84b0d2133aaa6cd6e6780 /src
parentadded missing <utility> include (diff)
downloadzen-3ce6ebb0a506e31b711a1fcee3e9074535a084c4.tar.xz
zen-3ce6ebb0a506e31b711a1fcee3e9074535a084c4.zip
Removed unnecessary windows.h include
Diffstat (limited to 'src')
-rw-r--r--src/zen/zen.h4
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;
}