Removed redundant headers - reduced build time.

This commit is contained in:
David Williams
2008-02-12 21:41:24 +00:00
parent 66cc4a5eab
commit 99b54dfa2e
12 changed files with 40 additions and 20 deletions

View File

@ -17,13 +17,14 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
******************************************************************************/
#include "Volume.h"
#include "VolumeIterator.h"
#include <fstream>
#include <iostream> //FIXME - remove this...
#include <queue>
#include "Block.h"
#include "Volume.h"
#include "VolumeIterator.h" //Maybe this shouldn't be here?
using namespace boost;
namespace PolyVox