Changeset 10407 for code/branches/core7/src/orxonox/chat
- Timestamp:
- Apr 27, 2015, 11:08:26 PM (10 years ago)
- Location:
- code/branches/core7/src/orxonox/chat
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/chat/ChatHistory.cc
r10380 r10407 28 28 29 29 #include "ChatHistory.h" 30 #include " util/ScopedSingletonManager.h"30 #include "core/singleton/ScopedSingletonManager.h" 31 31 32 32 #ifndef CHATTEST -
code/branches/core7/src/orxonox/chat/ChatInputHandler.cc
r10380 r10407 47 47 #endif 48 48 49 #include " util/ScopedSingletonManager.h"49 #include "core/singleton/ScopedSingletonManager.h" 50 50 #include "core/CoreIncludes.h" 51 51 #include "core/GUIManager.h" -
code/branches/core7/src/orxonox/chat/ChatManager.cc
r10380 r10407 30 30 #include "ChatListener.h" 31 31 32 #include "util/ScopedSingletonManager.h"33 32 #include "core/CoreIncludes.h" 33 #include "core/singleton/ScopedSingletonManager.h" 34 34 #include "core/command/ConsoleCommandIncludes.h" 35 35 #include "network/Host.h"
Note: See TracChangeset
for help on using the changeset viewer.