Clean up for VisualStudio build

This commit is contained in:
Robert Osfield
2002-04-13 22:19:29 +00:00
parent 65e0a5f9d2
commit 8a5c6d5102
44 changed files with 190 additions and 3610 deletions

View File

@@ -1,6 +1,8 @@
#include <osg/GeoSet>
#include <stdio.h>
#include <string.h>
#include <osg/GeoSet>
#include "AreaGeoSetTriangulator.h"
namespace dx {

View File

@@ -94,17 +94,6 @@
//
// DXWriter.h
#include <iostream>
#include <vector>
#include <map>
#include <string>
#include <stdio.h>
#include <math.h>
#include <assert.h>
#include <stdarg.h>
#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <osg/Node>
#include <osg/Group>
#include <osg/LOD>
@@ -120,6 +109,20 @@
#include <osg/CullFace>
#include <osg/Billboard>
#include <osgDB/ReadFile>
#include <iostream>
#include <vector>
#include <map>
#include <string>
#include <stdio.h>
#include <math.h>
#include <assert.h>
#include <stdarg.h>
#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include "DXWriter.h"
#include "AreaGeoSetTriangulator.h"
#include "StateSetStr.h"

View File

@@ -3,12 +3,11 @@
#ifndef __FLT_FILE_H
#define __FLT_FILE_H
#include <osg/Node>
#include <map>
#include <string>
#include <osg/Node>
#include "Pool.h"
#include "HeaderRecord.h"

View File

@@ -2,6 +2,10 @@
#ifndef __FLT_H
#define __FLT_H
// include osg/Export simply for the Win32 #pragma to stop VisualStudio barffing
// nonesense, other than that there is no need for it...
#include <osg/Export>
#include <osg/Vec4>
#include <iostream>

View File

@@ -24,14 +24,17 @@
#define _TRPAGEARCHIVE_H_
#include "trpage_sys.h"
#include "trpage_read.h"
#include "TrPageParser.h"
#include <osg/GeoSet>
#include <string>
#include <vector>
#include <memory> // for auto_ptr
#include "trpage_sys.h"
#include "trpage_read.h"
#include <osg/GeoSet>
#include "TrPageParser.h"
namespace txp
{