From a6cb8769ba42ecd183b522b3cd9349478bc51d6d Mon Sep 17 00:00:00 2001 From: crs Date: Fri, 21 Mar 2003 19:34:08 +0000 Subject: [PATCH] Oops, included a windows only header in non-windows builds. --- cmd/synergyc/synergyc.cpp | 2 +- cmd/synergys/synergys.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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