1
0
Fork 0

Remove use of simgear/screen/extensions.h.

This commit is contained in:
James Turner 2010-07-30 19:48:36 +01:00
parent 314f3c5718
commit d9236f33b2
3 changed files with 0 additions and 3 deletions

View file

@ -38,7 +38,6 @@
#include <osgDB/FileNameUtils>
#include <simgear/scene/util/RenderConstants.hxx>
#include <simgear/screen/extensions.hxx>
#include <simgear/debug/logstream.hxx>
#include <Main/globals.hxx>

View file

@ -57,7 +57,6 @@
#include <osgDB/WriteFile>
#include <simgear/math/SGMath.hxx>
#include <simgear/screen/extensions.hxx>
#include <simgear/scene/material/matlib.hxx>
#include <simgear/scene/model/animation.hxx>
#include <simgear/scene/model/placement.hxx>

View file

@ -2,7 +2,6 @@
#ifndef __FG_RENDERER_HXX
#define __FG_RENDERER_HXX 1
#include <simgear/screen/extensions.hxx>
#include <simgear/scene/util/SGPickCallback.hxx>
#include <osg/ref_ptr>