mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 07:22:25 +02:00
fix order of includes
This commit is contained in:
parent
598a227f1a
commit
615b8addd0
1 changed files with 3 additions and 3 deletions
|
@ -12,11 +12,11 @@
|
|||
#include <memory>
|
||||
|
||||
#include <avatars-renderer/Avatar.h>
|
||||
#include <workload/Space.h>
|
||||
|
||||
#include "InterfaceLogging.h"
|
||||
#include "ui/overlays/Overlays.h"
|
||||
#include "ui/overlays/Sphere3DOverlay.h"
|
||||
#include "InterfaceLogging.h"
|
||||
|
||||
#include <workload/Space.h>
|
||||
|
||||
class OtherAvatar : public Avatar {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue