Making sure header includes are relative.
This commit is contained in:
@ -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>
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user