Moved #include <osg/State> from header into .cpp to clean up build.

This commit is contained in:
Robert Osfield
2005-04-11 15:17:24 +00:00
parent a9270a7c89
commit 4fec031e6c
7 changed files with 14 additions and 26 deletions

View File

@@ -19,6 +19,7 @@
#include <osg/GLExtensions>
#include <osg/Timer>
#include <osg/Image>
#include <osg/State>
#include <OpenThreads/ScopedLock>
#include <OpenThreads/Mutex>