]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel_io.hxx
Melchior FRANZ:
[flightgear.git] / src / Cockpit / panel_io.hxx
index 0f203dfc0c51f13059e5f32a692098fd178c14f8..8c38f8d99cae914c07235ffa6ddfce512840d716 100644 (file)
 
 #include STL_IOSTREAM
 
-#include "panel.hxx"
-
-#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
 SG_USING_STD(istream);
-#endif
+
+class FGPanel;
 
 extern FGPanel * fgReadPanel (istream &input);
 extern FGPanel * fgReadPanel (const string &relative_path);