Changeset 10407 for code/branches/core7/src/libraries/network
- Timestamp:
- Apr 27, 2015, 11:08:26 PM (10 years ago)
- Location:
- code/branches/core7/src/libraries/network
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/network/Client.cc
r10343 r10407 45 45 #include "util/Clock.h" 46 46 #include "util/Output.h" 47 #include "util/ScopedSingletonManager.h"48 47 #include "synchronisable/Synchronisable.h" 49 48 #include "packet/Chat.h" … … 53 52 #include "core/Game.h" 54 53 #include "core/commandline/CommandLineParser.h" 54 #include "core/singleton/ScopedSingletonManager.h" 55 55 56 56 namespace orxonox -
code/branches/core7/src/libraries/network/LANDiscovery.cc
r8858 r10407 32 32 #include <cstring> 33 33 34 #include "util/ScopedSingletonManager.h"35 34 #include "core/CoreIncludes.h" 35 #include "core/singleton/ScopedSingletonManager.h" 36 36 37 37 -
code/branches/core7/src/libraries/network/MasterServer.cc
r10347 r10407 28 28 29 29 #include "MasterServer.h" 30 #include "util/ScopedSingletonManager.h"31 30 #include "core/command/ConsoleCommandIncludes.h" 32 31 #include "core/CoreIncludes.h" 33 32 #include "core/CorePrereqs.h" 33 #include "core/singleton/ScopedSingletonManager.h" 34 34 #include "util/Output.h" 35 35
Note: See TracChangeset
for help on using the changeset viewer.