diff --git a/library/PolyVoxCore/include/PolyVoxCore/SimpleInterface.h b/library/PolyVoxCore/include/PolyVoxCore/SimpleInterface.h index ff5ac761..234b6808 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/SimpleInterface.h +++ b/library/PolyVoxCore/include/PolyVoxCore/SimpleInterface.h @@ -24,10 +24,10 @@ freely, subject to the following restrictions: #ifndef __PolyVox_SimpleInterface_H__ #define __PolyVox_SimpleInterface_H__ -#include "PolyVoxCore\CubicSurfaceExtractorWithNormals.h" -#include "PolyVoxCore\MaterialDensityPair.h" -#include "PolyVoxCore\SimpleVolume.h" -#include "PolyVoxCore\SurfaceExtractor.h" +#include "PolyVoxCore/CubicSurfaceExtractorWithNormals.h" +#include "PolyVoxCore/MaterialDensityPair.h" +#include "PolyVoxCore/SimpleVolume.h" +#include "PolyVoxCore/SurfaceExtractor.h" namespace PolyVox { diff --git a/library/PolyVoxCore/source/SimpleInterface.cpp b/library/PolyVoxCore/source/SimpleInterface.cpp index 710aa3e4..f241747a 100644 --- a/library/PolyVoxCore/source/SimpleInterface.cpp +++ b/library/PolyVoxCore/source/SimpleInterface.cpp @@ -21,7 +21,7 @@ freely, subject to the following restrictions: distribution. *******************************************************************************/ -#include "PolyVoxCore\SimpleInterface.h" +#include "PolyVoxCore/SimpleInterface.h" namespace PolyVox {