]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_os_common.cxx
cosmetic changes *only*:
[flightgear.git] / src / Main / fg_os_common.cxx
index 5cc150d9dc42604a847ab0a6b16edafdd1d88dab..5f1921df1865460bf0cc52a17ee1ef99583338c6 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+#include <config.h>
+#include <plib/pu.h>
+#include <osg/GraphicsContext>
+
 #include "fg_os.hxx"
 #include "globals.hxx"
 #include "renderer.hxx"
@@ -60,3 +64,5 @@ void fgRegisterMouseMotionHandler(fgMouseMotionHandler func)
 void fgRequestRedraw()
 {
 }
+
+