]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.hxx
Fix my mailing address by replacing it with my web page.
[flightgear.git] / src / Cockpit / panel.hxx
index b99889ce1628f26788f8ffb033bc1a3480998e4b..7cfdf0e2eb72fe6f49566e6a6bfb15ece1de5c54 100644 (file)
@@ -34,7 +34,6 @@
 #  include <windows.h>
 #endif
 
-#include <plib/ssg.h>
 #include <plib/fnt.h>
 
 #include <simgear/compiler.h>
@@ -53,6 +52,8 @@
 SG_USING_STD(vector);
 SG_USING_STD(map);
 
+
+class ssgTexture;
 class FGPanelInstrument;