diff --git a/stepmania/src/NetworkSyncManager.cpp b/stepmania/src/NetworkSyncManager.cpp index d4c6eae1f3..8cd3af6a5e 100644 --- a/stepmania/src/NetworkSyncManager.cpp +++ b/stepmania/src/NetworkSyncManager.cpp @@ -1,6 +1,5 @@ #include "global.h" #include "NetworkSyncManager.h" -#include "NetworkSyncServer.h" #include "LuaManager.h" #include "crypto/CryptMD5.h" #include "LocalizedString.h" diff --git a/stepmania/src/ScreenNetworkOptions.cpp b/stepmania/src/ScreenNetworkOptions.cpp index b900f0fa5a..cd22e51ec2 100644 --- a/stepmania/src/ScreenNetworkOptions.cpp +++ b/stepmania/src/ScreenNetworkOptions.cpp @@ -10,7 +10,6 @@ #include "ScreenManager.h" #include "ScreenTextEntry.h" #include "ScreenPrompt.h" -#include "NetworkSyncServer.h" #include "LocalizedString.h" #include "OptionRowHandler.h"