aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zenserver/buildstore/httpbuildstore.cpp (renamed from src/zenserver/buildstore/buildstore.cpp)3
-rw-r--r--src/zenserver/buildstore/httpbuildstore.h (renamed from src/zenserver/buildstore/buildstore.h)0
-rw-r--r--src/zenserver/zenserver.h2
3 files changed, 2 insertions, 3 deletions
diff --git a/src/zenserver/buildstore/buildstore.cpp b/src/zenserver/buildstore/httpbuildstore.cpp
index ee69341c8..f84e1fa57 100644
--- a/src/zenserver/buildstore/buildstore.cpp
+++ b/src/zenserver/buildstore/httpbuildstore.cpp
@@ -1,6 +1,6 @@
// Copyright Epic Games, Inc. All Rights Reserved.
-#include "buildstore.h"
+#include "httpbuildstore.h"
namespace zen {
@@ -20,7 +20,6 @@ private:
HttpBuildStoreService::HttpBuildStoreService(BuildStoreConfig Cfg) : m_Config(Cfg)
{
m_BuildStore = std::make_unique<BuildStore>(m_Config.RootDirectory);
-
}
HttpBuildStoreService::~HttpBuildStoreService()
diff --git a/src/zenserver/buildstore/buildstore.h b/src/zenserver/buildstore/httpbuildstore.h
index d16bbe5fe..d16bbe5fe 100644
--- a/src/zenserver/buildstore/buildstore.h
+++ b/src/zenserver/buildstore/httpbuildstore.h
diff --git a/src/zenserver/zenserver.h b/src/zenserver/zenserver.h
index a66e6d030..b698f001b 100644
--- a/src/zenserver/zenserver.h
+++ b/src/zenserver/zenserver.h
@@ -25,7 +25,7 @@ ZEN_THIRD_PARTY_INCLUDES_END
#include <zenstore/cache/structuredcachestore.h>
#include <zenstore/gc.h>
#include "admin/admin.h"
-#include "buildstore/buildstore.h"
+#include "buildstore/httpbuildstore.h"
#include "cache/httpstructuredcache.h"
#include "diag/diagsvcs.h"
#include "frontend/frontend.h"