Changed the local header includes from <> to "" to help the OSG compile.

This commit is contained in:
Robert Osfield
2003-01-21 21:02:17 +00:00
parent 926394dcb8
commit 1c56ee52a2
2 changed files with 8 additions and 8 deletions

View File

@@ -24,16 +24,16 @@
*/
#ifndef INCLUDED_LIB3DS_BACKGROUND_H
#include <background.h>
#include "background.h"
#endif
#ifndef INCLUDED_LIB3DS_ATMOSPHERE_H
#include <atmosphere.h>
#include "atmosphere.h"
#endif
#ifndef INCLUDED_LIB3DS_SHADOW_H
#include <shadow.h>
#include "shadow.h"
#endif
#ifndef INCLUDED_LIB3DS_VIEWPORT_H
#include <viewport.h>
#include "viewport.h"
#endif
#ifdef __cplusplus

View File

@@ -20,10 +20,10 @@
* $Id$
*/
#define LIB3DS_EXPORT
#include <shadow.h>
#include <chunk.h>
#include <readwrite.h>
#include <math.h>
#include "shadow.h"
#include "chunk.h"
#include "readwrite.h"
#include "math.h"
/*!