From 54188ce1f9c1d1ea3037a0b6990280d1cd26d281 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 6 Nov 2012 11:12:10 +0000 Subject: [PATCH] Fix include paths for Impl --- library/PolyVoxCore/include/PolyVoxCore/Impl/ArraySizesImpl.h | 4 ++-- library/PolyVoxCore/include/PolyVoxCore/Impl/Block.h | 4 ++-- library/PolyVoxCore/include/PolyVoxCore/Impl/Block.inl | 2 +- library/PolyVoxCore/include/PolyVoxCore/Impl/SubArray.h | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/ArraySizesImpl.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/ArraySizesImpl.h index e94274a8..19ab244f 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/ArraySizesImpl.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/ArraySizesImpl.h @@ -24,7 +24,7 @@ distribution. #ifndef __PolyVox_ArraySizesImpl_H__ #define __PolyVox_ArraySizesImpl_H__ -#include "Impl/TypeDef.h" +#include "PolyVoxCore/Impl/TypeDef.h" namespace PolyVox { @@ -56,6 +56,6 @@ namespace PolyVox }; }//namespace PolyVox -#include "Impl/ArraySizesImpl.inl" +#include "PolyVoxCore/Impl/ArraySizesImpl.inl" #endif //__PolyVox_ArraySizesImpl_H__ diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/Block.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/Block.h index b4cb7508..bf0b7c90 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/Block.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/Block.h @@ -24,7 +24,7 @@ freely, subject to the following restrictions: #ifndef __PolyVox_Block_H__ #define __PolyVox_Block_H__ -#include "Impl/TypeDef.h" +#include "PolyVoxCore/Impl/TypeDef.h" #include "PolyVoxCore/Vector.h" #include @@ -73,6 +73,6 @@ namespace PolyVox }; } -#include "Impl/Block.inl" +#include "PolyVoxCore/Impl/Block.inl" #endif diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/Block.inl b/library/PolyVoxCore/include/PolyVoxCore/Impl/Block.inl index f328116c..8927816c 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/Block.inl +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/Block.inl @@ -21,7 +21,7 @@ freely, subject to the following restrictions: distribution. *******************************************************************************/ -#include "Impl/Utility.h" +#include "PolyVoxCore/Impl/Utility.h" #include "PolyVoxCore/Vector.h" #include diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/SubArray.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/SubArray.h index 80dd3402..3e1b305f 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/SubArray.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/SubArray.h @@ -24,7 +24,7 @@ freely, subject to the following restrictions: #ifndef __PolyVox_SubArray_H__ #define __PolyVox_SubArray_H__ -#include "Impl/TypeDef.h" +#include "PolyVoxCore/Impl/TypeDef.h" namespace PolyVox { @@ -83,6 +83,6 @@ namespace PolyVox }; }//namespace PolyVox -#include "Impl/SubArray.inl" +#include "PolyVoxCore/Impl/SubArray.inl" #endif //__PolyVox_SubArray_H__