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 /zenhttp/workthreadpool.h | |
| parent | Missing include (diff) | |
| download | zen-6b2b3de8f1641c086c5d9983fa1c4640cdecac71.tar.xz zen-6b2b3de8f1641c086c5d9983fa1c4640cdecac71.zip | |
Removed unnecessary include
Diffstat (limited to 'zenhttp/workthreadpool.h')
| -rw-r--r-- | zenhttp/workthreadpool.h | 1 |
1 files changed, 0 insertions, 1 deletions
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> |