From 46d63ddcd135646252953846b083944ae271835f Mon Sep 17 00:00:00 2001 From: David Williams Date: Sat, 15 Oct 2011 11:06:01 +0100 Subject: [PATCH] Fixed slashes in include paths. --- library/PolyVoxCore/include/PolyVoxCore/SimpleInterface.h | 8 ++++---- library/PolyVoxCore/source/SimpleInterface.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 {