Fixed that shitty two-server construct

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-24 15:35:07 +02:00
parent 48ad3ba7fe
commit 99c429872b
14 changed files with 56 additions and 171 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include "Logger.h"
#include "LogHistory.h"
#include "UIServer.h"
#include "RestInterface.h"
#include "XGControl.h"
@@ -20,7 +19,6 @@ private:
void PostExit();
Rest::RestInterface* restInterface;
UI::UIServer* uiServer;
Logging::Logger* log;