refactor: correct includes in ServerApp

This commit is contained in:
sithlord48
2025-04-25 08:42:25 -04:00
committed by Chris Rizzitello
parent ebc6186fe7
commit 4eaf6fda62

View File

@ -13,7 +13,6 @@
#include "base/Log.h"
#include "base/Path.h"
#include "base/TMethodEventJob.h"
#include "common/Settings.h"
#include "deskflow/App.h"
#include "deskflow/ArgParser.h"
#include "deskflow/Screen.h"
@ -28,6 +27,9 @@
#include "server/PrimaryClient.h"
#include "server/Server.h"
// must be before screen header includes
#include <QFileInfo>
#if SYSAPI_WIN32
#include "arch/win32/ArchMiscWindows.h"
#endif
@ -58,8 +60,6 @@
#include "mt/Thread.h"
#endif
#include <QFileInfo>
#include <fstream>
#include <iostream>
#include <sstream>