mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 19:47:38 +02:00
Fixing header ordering
This commit is contained in:
parent
f3d451c2ef
commit
29d6813963
2 changed files with 8 additions and 6 deletions
|
@ -7,17 +7,18 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include <qmath.h>
|
||||
#include "AnimDebugDraw.h"
|
||||
|
||||
#include <gpu/Shader.h>
|
||||
#include <gpu/Batch.h>
|
||||
#include <GLMHelpers.h>
|
||||
|
||||
#include "animdebugdraw_vert.h"
|
||||
#include "animdebugdraw_frag.h"
|
||||
#include <gpu/Batch.h>
|
||||
#include "AbstractViewStateInterface.h"
|
||||
#include "RenderUtilsLogging.h"
|
||||
#include "GLMHelpers.h"
|
||||
#include "DebugDraw.h"
|
||||
|
||||
#include "AnimDebugDraw.h"
|
||||
|
||||
class AnimDebugDrawData {
|
||||
public:
|
||||
|
|
|
@ -12,8 +12,9 @@
|
|||
|
||||
#include <tuple>
|
||||
|
||||
#include "render/Scene.h"
|
||||
#include "gpu/Pipeline.h"
|
||||
#include <gpu/Pipeline.h>
|
||||
#include <render/Scene.h>
|
||||
|
||||
#include "AnimNode.h"
|
||||
#include "AnimSkeleton.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue