aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-03-22 13:50:08 +0100
committerGitHub <[email protected]>2022-03-22 13:50:08 +0100
commit8667509907b8829b5148ee856dce675001051b01 (patch)
tree0252caa7cd01c533809b1b17dfa41721a0cccb82
parentRemove unused TotalAttachmentsSize (Mac warning) (diff)
downloadzen-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.h2
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>