Moved headers into subdirectories.

This commit is contained in:
David Williams
2011-05-17 22:27:46 +01:00
parent 1a7647027d
commit 528cb73771
88 changed files with 213 additions and 215 deletions

View File

@ -21,12 +21,12 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
#include "GradientEstimators.h"
#include "SurfaceMesh.h"
#include "VertexTypes.h"
#include "PolyVoxCore/GradientEstimators.h"
#include "PolyVoxCore/SurfaceMesh.h"
#include "PolyVoxCore/VertexTypes.h"
#include "PolyVoxImpl/TypeDef.h"
#include "LargeVolume.h"
#include "PolyVoxCore/LargeVolume.h"
using namespace std;