From 1c56ee52a2e67e0b8dd26a16ee1560033b5517a6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 21 Jan 2003 21:02:17 +0000 Subject: [PATCH] Changed the local header includes from <> to "" to help the OSG compile. --- src/osgPlugins/lib3ds/file.h | 8 ++++---- src/osgPlugins/lib3ds/shadow.cpp | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/osgPlugins/lib3ds/file.h b/src/osgPlugins/lib3ds/file.h index ee0444b13..c2698e583 100644 --- a/src/osgPlugins/lib3ds/file.h +++ b/src/osgPlugins/lib3ds/file.h @@ -24,16 +24,16 @@ */ #ifndef INCLUDED_LIB3DS_BACKGROUND_H -#include +#include "background.h" #endif #ifndef INCLUDED_LIB3DS_ATMOSPHERE_H -#include +#include "atmosphere.h" #endif #ifndef INCLUDED_LIB3DS_SHADOW_H -#include +#include "shadow.h" #endif #ifndef INCLUDED_LIB3DS_VIEWPORT_H -#include +#include "viewport.h" #endif #ifdef __cplusplus diff --git a/src/osgPlugins/lib3ds/shadow.cpp b/src/osgPlugins/lib3ds/shadow.cpp index e32fc7a3e..dfc7b9096 100644 --- a/src/osgPlugins/lib3ds/shadow.cpp +++ b/src/osgPlugins/lib3ds/shadow.cpp @@ -20,10 +20,10 @@ * $Id$ */ #define LIB3DS_EXPORT -#include -#include -#include -#include +#include "shadow.h" +#include "chunk.h" +#include "readwrite.h" +#include "math.h" /*!