diff --git a/cmd/synergyc/synergyc.cpp b/cmd/synergyc/synergyc.cpp index bc0125c4..095b62ea 100644 --- a/cmd/synergyc/synergyc.cpp +++ b/cmd/synergyc/synergyc.cpp @@ -30,13 +30,13 @@ #include "LogOutputters.h" #include "CString.h" #include "CArch.h" -#include "CArchMiscWindows.h" #include #define DAEMON_RUNNING(running_) #if WINDOWS_LIKE #include "CMSWindowsScreen.h" #include "CMSWindowsSecondaryScreen.h" +#include "CArchMiscWindows.h" #include "CMSWindowsClientTaskBarReceiver.h" #include "resource.h" #undef DAEMON_RUNNING diff --git a/cmd/synergys/synergys.cpp b/cmd/synergys/synergys.cpp index f2c4924e..3adc9f0d 100644 --- a/cmd/synergys/synergys.cpp +++ b/cmd/synergys/synergys.cpp @@ -28,7 +28,6 @@ #include "CLog.h" #include "LogOutputters.h" #include "CArch.h" -#include "CArchMiscWindows.h" #include "stdfstream.h" #include @@ -36,6 +35,7 @@ #if WINDOWS_LIKE #include "CMSWindowsScreen.h" #include "CMSWindowsPrimaryScreen.h" +#include "CArchMiscWindows.h" #include "CMSWindowsServerTaskBarReceiver.h" #include "resource.h" #undef DAEMON_RUNNING