mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 13:03:55 +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