Moved headers into subdirectories.
This commit is contained in:
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestArray.h"
|
||||
|
||||
#include <Array.h>
|
||||
#include "PolyVoxCore/Array.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "testmaterial.h"
|
||||
|
||||
#include <Material.h>
|
||||
#include "PolyVoxCore/Material.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "testvector.h"
|
||||
|
||||
#include <Vector.h>
|
||||
#include "PolyVoxCore/Vector.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "testvolume.h"
|
||||
|
||||
#include <LargeVolume.h>
|
||||
#include "PolyVoxCore/LargeVolume.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
Reference in New Issue
Block a user