move #include <StreamUtils.h> to cpp file

This commit is contained in:
Andrew Meadows 2014-05-07 11:18:50 -07:00
parent 68b0e91630
commit 6c289b682d
2 changed files with 1 additions and 1 deletions

View file

@ -23,6 +23,7 @@
#include <NodeList.h>
#include <PacketHeaders.h>
#include <SharedUtil.h>
#include <StreamUtils.h>
#include <UUID.h>
#include <VoxelConstants.h>

View file

@ -45,7 +45,6 @@ typedef unsigned long long quint64;
#include <CollisionInfo.h>
#include <RegisteredMetaTypes.h>
#include <StreamUtils.h>
#include <Node.h>