Removed redundent include/ReadFile call

This commit is contained in:
Robert Osfield
2004-08-13 13:27:29 +00:00
parent 3568e60718
commit 14d9013699
2 changed files with 0 additions and 4 deletions

View File

@@ -29,8 +29,6 @@
#include <osgUtil/CullVisitor>
#include <osgUtil/RenderToTextureStage>
#include <osgDB/ReadFile>
#include <float.h>
#include <algorithm>

View File

@@ -12,8 +12,6 @@
*/
#include <osgUtil/RenderToTextureStage>
#include <osgDB/ReadFile>
using namespace osg;
using namespace osgUtil;