Making sure header includes are relative.

This commit is contained in:
David Williams 2009-04-02 21:34:56 +00:00
parent d997378b76
commit 08ce6f0b74
9 changed files with 17 additions and 19 deletions

View File

@ -36,7 +36,6 @@ namespace PolyVox
//---------------------------------
class IndexedSurfacePatch;
class IntegrealVector3;
class Region;
class SurfaceVertex;

View File

@ -23,9 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define __PolyVox_Block_H__
#pragma region Headers
#include "PolyVoxForwardDeclarations.h"
#include "PolyVoxImpl/CPlusPlusZeroXSupport.h"
#include "BlockData.h"
#include "CPlusPlusZeroXSupport.h"
#pragma endregion
namespace PolyVox

View File

@ -23,9 +23,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define __PolyVox_BlockData_H__
#pragma region Headers
#include "PolyVoxForwardDeclarations.h"
#include "../PolyVoxForwardDeclarations.h"
#include "PolyVoxImpl/CPlusPlusZeroXSupport.h"
#include "CPlusPlusZeroXSupport.h"
#pragma endregion
namespace PolyVox

View File

@ -23,8 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define __PolyVoxImpl_DecimatedSurfaceExtractor_H__
#pragma region Headers
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
#include "PolyVoxCore/PolyVoxImpl/TypeDef.h"
#include "../PolyVoxForwardDeclarations.h"
#include "TypeDef.h"
#include "CPlusPlusZeroXSupport.h"
#pragma endregion

View File

@ -23,8 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define __PolyVoxImpl_FastSurfaceExtractor_H__
#pragma region Headers
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
#include "PolyVoxCore/PolyVoxImpl/TypeDef.h"
#include "../PolyVoxForwardDeclarations.h"
#include "TypeDef.h"
#include "CPlusPlusZeroXSupport.h"
#pragma endregion

View File

@ -23,8 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define __PolyVoxImpl_ReferenceSurfaceExtractor_H__
#pragma region Headers
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
#include "PolyVoxCore/PolyVoxImpl/TypeDef.h"
#include "../PolyVoxForwardDeclarations.h"
#include "TypeDef.h"
#include "CPlusPlusZeroXSupport.h"
#pragma endregion

View File

@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define __PolyVox_Volume_H__
#pragma region Headers
#include "PolyVoxCore/PolyVoxImpl/Block.h"
#include "PolyVoxImpl/Block.h"
#include "PolyVoxForwardDeclarations.h"
#include "PolyVoxImpl/CPlusPlusZeroXSupport.h"

View File

@ -22,9 +22,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifndef __PolyVox_Serialization_H__
#define __PolyVox_Serialization_H__
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
#include "PolyVoxCore/Region.h"
#include "PolyVoxCore/PolyVoxImpl/TypeDef.h"
#include "../PolyVoxCore/PolyVoxForwardDeclarations.h"
#include "../PolyVoxCore/Region.h"
#include "../PolyVoxCore/PolyVoxImpl/TypeDef.h"
#include <iostream>

View File

@ -24,9 +24,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <list>
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
#include "PolyVoxCore/Region.h"
#include "PolyVoxCore/PolyVoxImpl/TypeDef.h"
#include "../PolyVoxCore/PolyVoxForwardDeclarations.h"
#include "../PolyVoxCore/Region.h"
#include "../PolyVoxCore/PolyVoxImpl/TypeDef.h"
namespace PolyVox
{