Removed 'using namespace' decalarations in inl's.

This commit is contained in:
David Williams
2010-08-26 22:04:09 +00:00
parent ae3f149838
commit 1123999d93
3 changed files with 6 additions and 10 deletions

View File

@ -34,8 +34,6 @@ freely, subject to the following restrictions:
#include "Volume.h"
#include "VolumeSampler.h"
using namespace std;
namespace PolyVox
{
template <typename VoxelType>