mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-11 00:26:35 +02:00
reorder headers to match coding standard
This commit is contained in:
parent
0799670215
commit
2f6a3a61d7
1 changed files with 8 additions and 8 deletions
|
@ -12,17 +12,17 @@
|
|||
#ifndef hifi_render_Scene_h
|
||||
#define hifi_render_Scene_h
|
||||
|
||||
#include <bitset>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <map>
|
||||
#include <RenderArgs.h>
|
||||
#include <AABox.h>
|
||||
#include <RenderArgs.h>
|
||||
#include <atomic>
|
||||
#include <bitset>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <queue>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
#include <AABox.h>
|
||||
#include <RenderArgs.h>
|
||||
|
||||
namespace render {
|
||||
|
||||
|
|
Loading…
Reference in a new issue