diff --git a/src/osgPlugins/txp/TXPParser.cpp b/src/osgPlugins/txp/TXPParser.cpp index 4f60fb7c8..c498a19cb 100644 --- a/src/osgPlugins/txp/TXPParser.cpp +++ b/src/osgPlugins/txp/TXPParser.cpp @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include @@ -24,11 +23,9 @@ #include "TXPArchive.h" #include "TileMapper.h" -using namespace txp; - -#include #include -#include + +using namespace txp; static osg::ApplicationUsageProxy TXP_e0(osg::ApplicationUsage::ENVIRONMENTAL_VARIABLE,"OSG_TXP_DEFAULT_MAX_ANISOTROPY \" []\"","1.0 | 2.0 | 4.0 | 8.0 | 16.0");