diff options
| author | Martin Ridgers <[email protected]> | 2021-10-25 23:00:24 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-25 23:00:24 +0200 |
| commit | 6b2b3de8f1641c086c5d9983fa1c4640cdecac71 (patch) | |
| tree | cb23489805ceede26ce51240bf1df68cf22f7d07 | |
| parent | Missing include (diff) | |
| download | zen-6b2b3de8f1641c086c5d9983fa1c4640cdecac71.tar.xz zen-6b2b3de8f1641c086c5d9983fa1c4640cdecac71.zip | |
Removed unnecessary include
| -rw-r--r-- | zenhttp/httpserver.cpp | 2 | ||||
| -rw-r--r-- | zenhttp/workthreadpool.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/zenhttp/httpserver.cpp b/zenhttp/httpserver.cpp index f40836c4a..7b729cf0e 100644 --- a/zenhttp/httpserver.cpp +++ b/zenhttp/httpserver.cpp @@ -17,8 +17,6 @@ #include <zencore/thread.h> #include <zenhttp/httpshared.h> -#include <conio.h> -#include <new.h> #include <charconv> #include <mutex> #include <span> diff --git a/zenhttp/workthreadpool.h b/zenhttp/workthreadpool.h index 6581cc08f..834339d50 100644 --- a/zenhttp/workthreadpool.h +++ b/zenhttp/workthreadpool.h @@ -6,7 +6,6 @@ #include <zencore/blockingqueue.h> #include <zencore/refcount.h> -#include <zencore/windows.h> #include <exception> #include <functional> |