Moved the include<osg/GLExtensions> from the State header into State.cpp, and

added it into other files which now required it.
This commit is contained in:
Robert Osfield 2002-08-20 22:43:42 +00:00
parent 814dcc9677
commit c2c6bb5ca6
4 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,6 @@
#include <osg/DisplaySettings>
#include <osg/Polytope>
#include <osg/GLExtensions>
#include <vector>
#include <map>

View File

@ -8,6 +8,7 @@
#include <osg/Depth>
#include <osg/Billboard>
#include <osg/Material>
#include <osg/GLExtensions>
#include <osgGA/TrackballManipulator>
#include <osgGA/FlightManipulator>

View File

@ -1,5 +1,6 @@
#include <osg/Geometry>
#include <osg/Notify>
#include <osg/GLExtensions>
using namespace osg;

View File

@ -1,6 +1,6 @@
#include <osg/State>
#include <osg/Notify>
#include <osg/GLExtensions>
#include <osg/GLU>
#include <algorithm>