mirror of https://github.com/AxioDL/boo.git
Fix code standard violations
This commit is contained in:
parent
241db19cfb
commit
b0c246abc7
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
namespace boo {
|
||||
class IMIDIReader;
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
#include "boo/BooObject.hpp"
|
||||
#include "boo/IGraphicsContext.hpp"
|
||||
#include "boo/System.hpp"
|
||||
#include "boo/IWindow.hpp"
|
||||
#include "boo/System.hpp"
|
||||
#include "boo/graphicsdev/IGraphicsDataFactory.hpp"
|
||||
#include "boo/graphicsdev/VulkanDispatchTable.hpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue