Fix include paths for Impl

This commit is contained in:
Matt Williams 2012-11-06 11:12:10 +00:00
parent d4edc1047e
commit 54188ce1f9
4 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ distribution.
#ifndef __PolyVox_ArraySizesImpl_H__ #ifndef __PolyVox_ArraySizesImpl_H__
#define __PolyVox_ArraySizesImpl_H__ #define __PolyVox_ArraySizesImpl_H__
#include "Impl/TypeDef.h" #include "PolyVoxCore/Impl/TypeDef.h"
namespace PolyVox namespace PolyVox
{ {
@ -56,6 +56,6 @@ namespace PolyVox
}; };
}//namespace PolyVox }//namespace PolyVox
#include "Impl/ArraySizesImpl.inl" #include "PolyVoxCore/Impl/ArraySizesImpl.inl"
#endif //__PolyVox_ArraySizesImpl_H__ #endif //__PolyVox_ArraySizesImpl_H__

View File

@ -24,7 +24,7 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_Block_H__ #ifndef __PolyVox_Block_H__
#define __PolyVox_Block_H__ #define __PolyVox_Block_H__
#include "Impl/TypeDef.h" #include "PolyVoxCore/Impl/TypeDef.h"
#include "PolyVoxCore/Vector.h" #include "PolyVoxCore/Vector.h"
#include <limits> #include <limits>
@ -73,6 +73,6 @@ namespace PolyVox
}; };
} }
#include "Impl/Block.inl" #include "PolyVoxCore/Impl/Block.inl"
#endif #endif

View File

@ -21,7 +21,7 @@ freely, subject to the following restrictions:
distribution. distribution.
*******************************************************************************/ *******************************************************************************/
#include "Impl/Utility.h" #include "PolyVoxCore/Impl/Utility.h"
#include "PolyVoxCore/Vector.h" #include "PolyVoxCore/Vector.h"
#include <cassert> #include <cassert>

View File

@ -24,7 +24,7 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_SubArray_H__ #ifndef __PolyVox_SubArray_H__
#define __PolyVox_SubArray_H__ #define __PolyVox_SubArray_H__
#include "Impl/TypeDef.h" #include "PolyVoxCore/Impl/TypeDef.h"
namespace PolyVox namespace PolyVox
{ {
@ -83,6 +83,6 @@ namespace PolyVox
}; };
}//namespace PolyVox }//namespace PolyVox
#include "Impl/SubArray.inl" #include "PolyVoxCore/Impl/SubArray.inl"
#endif //__PolyVox_SubArray_H__ #endif //__PolyVox_SubArray_H__