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

@ -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
{