[Orxonox-commit 163] r2842 - in branches/gui/src: network network/packet network/synchronisable orxonox
rgrieder at orxonox.net
rgrieder at orxonox.net
Wed Mar 25 16:21:45 CET 2009
Author: rgrieder
Date: 2009-03-25 15:21:45 +0000 (Wed, 25 Mar 2009)
New Revision: 2842
Modified:
branches/gui/src/network/ConnectionManager.cc
branches/gui/src/network/TrafficControl.cc
branches/gui/src/network/packet/Gamestate.h
branches/gui/src/network/synchronisable/SynchronisableVariable.h
branches/gui/src/orxonox/GraphicsManager.cc
Log:
Header file fixes (reduced some dependencies).
Modified: branches/gui/src/network/ConnectionManager.cc
===================================================================
--- branches/gui/src/network/ConnectionManager.cc 2009-03-25 14:17:38 UTC (rev 2841)
+++ branches/gui/src/network/ConnectionManager.cc 2009-03-25 15:21:45 UTC (rev 2842)
@@ -47,6 +47,7 @@
#include <boost/bind.hpp>
#include <boost/thread/recursive_mutex.hpp>
+#include "util/Debug.h"
#include "util/Math.h"
#include "util/Sleep.h"
#include "ClientInformation.h"
Modified: branches/gui/src/network/TrafficControl.cc
===================================================================
--- branches/gui/src/network/TrafficControl.cc 2009-03-25 14:17:38 UTC (rev 2841)
+++ branches/gui/src/network/TrafficControl.cc 2009-03-25 15:21:45 UTC (rev 2842)
@@ -29,6 +29,7 @@
#include "TrafficControl.h"
#include "synchronisable/Synchronisable.h"
+#include "core/CoreIncludes.h"
#include "core/ConfigValueIncludes.h"
#include <cassert>
Modified: branches/gui/src/network/packet/Gamestate.h
===================================================================
--- branches/gui/src/network/packet/Gamestate.h 2009-03-25 14:17:38 UTC (rev 2841)
+++ branches/gui/src/network/packet/Gamestate.h 2009-03-25 15:21:45 UTC (rev 2842)
@@ -34,9 +34,9 @@
#include "Packet.h"
#include "network/TrafficControl.h"
-#include "core/CoreIncludes.h"
#include <map>
#include <list>
+#include <cassert>
#ifndef NDEBUG
#include "util/CRC32.h"
#endif
Modified: branches/gui/src/network/synchronisable/SynchronisableVariable.h
===================================================================
--- branches/gui/src/network/synchronisable/SynchronisableVariable.h 2009-03-25 14:17:38 UTC (rev 2841)
+++ branches/gui/src/network/synchronisable/SynchronisableVariable.h 2009-03-25 15:21:45 UTC (rev 2842)
@@ -34,7 +34,7 @@
#include <string>
#include <cassert>
-#include "core/CoreIncludes.h"
+#include "util/Math.h"
#include "network/synchronisable/NetworkCallback.h"
#include "network/synchronisable/NetworkCallbackManager.h"
Modified: branches/gui/src/orxonox/GraphicsManager.cc
===================================================================
--- branches/gui/src/orxonox/GraphicsManager.cc 2009-03-25 14:17:38 UTC (rev 2841)
+++ branches/gui/src/orxonox/GraphicsManager.cc 2009-03-25 15:21:45 UTC (rev 2842)
@@ -56,6 +56,7 @@
#include "util/Exception.h"
#include "util/String.h"
#include "util/SubString.h"
+#include "core/Clock.h"
#include "core/ConsoleCommand.h"
#include "core/ConfigValueIncludes.h"
#include "core/CoreIncludes.h"
More information about the Orxonox-commit
mailing list