From Don Tidrow, removed unncessary includes.

This commit is contained in:
Robert Osfield
2005-10-25 09:43:37 +00:00
parent 285418d6f8
commit 280f50b3d9

View File

@@ -12,7 +12,6 @@
#include <osg/Light>
#include <osg/Notify>
#include <osg/PolygonOffset>
#include <osg/MatrixTransform>
#include <osg/PagedLOD>
#include <osgSim/LightPointNode>
#include <osg/Point>
@@ -24,11 +23,9 @@
#include "TXPArchive.h"
#include "TileMapper.h"
using namespace txp;
#include <iostream>
#include <sstream>
#include <osg/io_utils>
using namespace txp;
static osg::ApplicationUsageProxy TXP_e0(osg::ApplicationUsage::ENVIRONMENTAL_VARIABLE,"OSG_TXP_DEFAULT_MAX_ANISOTROPY \"<value> [<value>]\"","1.0 | 2.0 | 4.0 | 8.0 | 16.0");