mirror of
https://github.com/overte-org/overte.git
synced 2025-08-03 22:43:15 +02:00
Minor cleanup: moved #include out of header and into cpp file.
This commit is contained in:
parent
a08b7b3fd8
commit
22679687c5
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include <glm/gtx/transform.hpp>
|
||||
|
||||
#include <HandData.h>
|
||||
|
||||
#include "Application.h"
|
||||
#include "Avatar.h"
|
||||
#include "Menu.h"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#ifndef __interface__SkeletonModel__
|
||||
#define __interface__SkeletonModel__
|
||||
|
||||
#include <HandData.h>
|
||||
|
||||
#include "renderer/Model.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue