From eb42926ab167e5e77b6f37a6e3cfdc76e1deb762 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 19 Dec 2002 10:32:02 +0000 Subject: [PATCH] Changed the remaining #include <> to #include "" to get things compiling under VS. --- src/osgPlugins/txp/ReaderWriterTXP.cpp | 6 +++--- src/osgPlugins/txp/trPagePageManager.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/osgPlugins/txp/ReaderWriterTXP.cpp b/src/osgPlugins/txp/ReaderWriterTXP.cpp index 3998229ee..811fb8359 100644 --- a/src/osgPlugins/txp/ReaderWriterTXP.cpp +++ b/src/osgPlugins/txp/ReaderWriterTXP.cpp @@ -1,6 +1,3 @@ -#include "ReaderWriterTXP.h" -#include - #include #include #include @@ -11,6 +8,9 @@ #include +#include "ReaderWriterTXP.h" +#include "TrPageArchive.h" + #include "TerrapageNode.h" using namespace txp; diff --git a/src/osgPlugins/txp/trPagePageManager.h b/src/osgPlugins/txp/trPagePageManager.h index 4b7b18406..7325de1d2 100644 --- a/src/osgPlugins/txp/trPagePageManager.h +++ b/src/osgPlugins/txp/trPagePageManager.h @@ -32,7 +32,7 @@ #include "trpage_write.h" #include "trpage_scene.h" #include "trpage_managers.h" -#include +#include "WaitBlock.h" #include "TrPageArchive.h" namespace txp