diff --git a/stepmania/src/NetworkSyncManager.cpp b/stepmania/src/NetworkSyncManager.cpp index 6598c5ab0d..b47b13a9a4 100644 --- a/stepmania/src/NetworkSyncManager.cpp +++ b/stepmania/src/NetworkSyncManager.cpp @@ -1,6 +1,5 @@ -//This order needed to avoid Linux lib conflicts -#include "ezsockets.h" #include "global.h" +#include "ezsockets.h" #include "NetworkSyncManager.h" #include "ProfileManager.h" #include "RageLog.h" diff --git a/stepmania/src/ezsockets.cpp b/stepmania/src/ezsockets.cpp index 1dfc7c2919..08f079f6e1 100644 --- a/stepmania/src/ezsockets.cpp +++ b/stepmania/src/ezsockets.cpp @@ -9,9 +9,8 @@ ********************************************/ // We need the WinSock32 Library on Windows -//This order needed to avoid Linux lib conflicts -#include "ezsockets.h" #include "global.h" +#include "ezsockets.h" #if defined(WIN32) #pragma comment(lib,"wsock32.lib")