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

@ -1,10 +1,10 @@
#ifndef VECTOR_HEADER_INCLUDED
#define VECTOR_HEADER_INCLUDED
#include <boost\operators.hpp>
#include <iostream>
//#include "..\Base\Typedef.hpp"
#include "boost/cstdint.hpp"
#include <boost\operators.hpp>
namespace PolyVox
{