diff options
| -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> |