mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 20:07:22 +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
|
#ifndef hifi_render_Scene_h
|
||||||
#define 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 <atomic>
|
||||||
|
#include <bitset>
|
||||||
|
#include <map>
|
||||||
|
#include <memory>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
#include <set>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
#include <AABox.h>
|
||||||
|
#include <RenderArgs.h>
|
||||||
|
|
||||||
namespace render {
|
namespace render {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue