]> git.mxchange.org Git - flightgear.git/blobdiff - src/MultiPlayer/mpplayer.hxx
Remove unnecessary inclusions of sg.h ans ssg.h
[flightgear.git] / src / MultiPlayer / mpplayer.hxx
index d1f5c7c740a723b977029d8a12c2804a5b23e34d..c16d9f1b0de3e2a707ea314ef102f97d0c4c66fb 100644 (file)
@@ -41,7 +41,6 @@
 
 #include "mpmessages.hxx"
 
-#include <plib/ssg.h>
 #include <plib/sg.h>
 #include <plib/netSocket.h>
 #include <simgear/io/sg_socket_udp.hxx>
@@ -54,6 +53,10 @@ SG_USING_STD(string);
 #define TIME_TO_LIVE 10
 
 
+class ssgEntity;
+class ssgTransform;
+
+
 class MPPlayer {
 public: