diff options
| author | Dan Engelbrecht <[email protected]> | 2022-03-22 13:50:08 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-22 13:50:08 +0100 |
| commit | 8667509907b8829b5148ee856dce675001051b01 (patch) | |
| tree | 0252caa7cd01c533809b1b17dfa41721a0cccb82 | |
| parent | Remove unused TotalAttachmentsSize (Mac warning) (diff) | |
| download | zen-8667509907b8829b5148ee856dce675001051b01.tar.xz zen-8667509907b8829b5148ee856dce675001051b01.zip | |
move workthreadpool to zencore (#63)
| -rw-r--r-- | zencore/include/zencore/workthreadpool.h (renamed from zenhttp/workthreadpool.h) | 0 | ||||
| -rw-r--r-- | zencore/workthreadpool.cpp (renamed from zenhttp/workthreadpool.cpp) | 2 | ||||
| -rw-r--r-- | zenhttp/httpsys.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/zenhttp/workthreadpool.h b/zencore/include/zencore/workthreadpool.h index 834339d50..834339d50 100644 --- a/zenhttp/workthreadpool.h +++ b/zencore/include/zencore/workthreadpool.h diff --git a/zenhttp/workthreadpool.cpp b/zencore/workthreadpool.cpp index 41eaaae94..3fd1d11a6 100644 --- a/zenhttp/workthreadpool.cpp +++ b/zencore/workthreadpool.cpp @@ -1,6 +1,6 @@ // Copyright Epic Games, Inc. All Rights Reserved. -#include "workthreadpool.h" +#include <zencore/workthreadpool.h> #include <zencore/logging.h> diff --git a/zenhttp/httpsys.h b/zenhttp/httpsys.h index 0453b8740..d6bd34890 100644 --- a/zenhttp/httpsys.h +++ b/zenhttp/httpsys.h @@ -15,8 +15,8 @@ #if ZEN_WITH_HTTPSYS # define _WINSOCKAPI_ # include <zencore/windows.h> +# include <zencore/workthreadpool.h> # include "iothreadpool.h" -# include "workthreadpool.h" # include <http.h> |