]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.hxx
- implement progress information (enabled by default; can be turned off via
[flightgear.git] / src / Main / globals.hxx
index 6af7367660fd8d81f043032cd8750f3061c49212..1d81c18b6e47903ef6dd4af68a1ee1b4213648f2 100644 (file)
@@ -42,8 +42,6 @@ SG_USING_STD( string );
 typedef vector<string> string_list;
 
 
-#include "renderer.hxx"
-
 // Forward declarations
 
 // This file is included, directly or indirectly, almost everywhere in
@@ -88,6 +86,7 @@ class FGPanel;
 class FGTileMgr;
 class FGViewMgr;
 class FGViewer;
+class FGRenderer;
 
 
 /**