mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 23:41:43 +02:00
move #include <StreamUtils.h> to cpp file
This commit is contained in:
parent
68b0e91630
commit
6c289b682d
2 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <NodeList.h>
|
||||
#include <PacketHeaders.h>
|
||||
#include <SharedUtil.h>
|
||||
#include <StreamUtils.h>
|
||||
#include <UUID.h>
|
||||
#include <VoxelConstants.h>
|
||||
|
||||
|
|
|
@ -45,7 +45,6 @@ typedef unsigned long long quint64;
|
|||
|
||||
#include <CollisionInfo.h>
|
||||
#include <RegisteredMetaTypes.h>
|
||||
#include <StreamUtils.h>
|
||||
|
||||
#include <Node.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue