mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-04 17:13:05 +02:00
change order of headers
This commit is contained in:
parent
40a842d251
commit
fdb0cf9386
1 changed files with 1 additions and 1 deletions
|
@ -15,10 +15,10 @@
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
|
#include <Octree.h>
|
||||||
#include <ModelItem.h>
|
#include <ModelItem.h>
|
||||||
#include <ModelTree.h>
|
#include <ModelTree.h>
|
||||||
#include <ModelTreeElement.h>
|
#include <ModelTreeElement.h>
|
||||||
#include <Octree.h>
|
|
||||||
#include <OctreeConstants.h>
|
#include <OctreeConstants.h>
|
||||||
#include <PropertyFlags.h>
|
#include <PropertyFlags.h>
|
||||||
#include <SharedUtil.h>
|
#include <SharedUtil.h>
|
||||||
|
|
Loading…
Reference in a new issue