Tidying up of headers and #includes.

This commit is contained in:
David Williams
2011-09-04 12:12:30 +01:00
parent 7515186b47
commit 894455e35f
64 changed files with 128 additions and 205 deletions

View File

@ -21,17 +21,6 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
#include "PolyVoxCore/ConstVolumeProxy.h"
#include "PolyVoxImpl/Block.h"
#include "PolyVoxCore/Log.h"
#include "PolyVoxCore/Region.h"
#include "PolyVoxCore/Vector.h"
#include <limits>
#include <cassert>
#include <cstdlib> //For abort()
#include <stdexcept> //For invalid_argument
namespace PolyVox
{
////////////////////////////////////////////////////////////////////////////////