Changed the remaining #include <> to #include "" to get things compiling under VS.

This commit is contained in:
Robert Osfield 2002-12-19 10:32:02 +00:00
parent a2e76e4ab0
commit eb42926ab1
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,3 @@
#include "ReaderWriterTXP.h"
#include <TrPageArchive.h>
#include <osg/Group>
#include <osg/Object>
#include <osg/Node>
@ -11,6 +8,9 @@
#include <iostream>
#include "ReaderWriterTXP.h"
#include "TrPageArchive.h"
#include "TerrapageNode.h"
using namespace txp;

View File

@ -32,7 +32,7 @@
#include "trpage_write.h"
#include "trpage_scene.h"
#include "trpage_managers.h"
#include <WaitBlock.h>
#include "WaitBlock.h"
#include "TrPageArchive.h"
namespace txp