Cleaning up some clang issues.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#ifndef ALLOY_ARENA_H_
|
||||
#define ALLOY_ARENA_H_
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
namespace alloy {
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <poly/assert.h>
|
||||
#include <poly/math.h>
|
||||
#include <xenia/profiling.h>
|
||||
|
||||
namespace alloy {
|
||||
namespace backend {
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#ifndef ALLOY_FRONTEND_CONTEXT_INFO_H_
|
||||
#define ALLOY_FRONTEND_CONTEXT_INFO_H_
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
namespace alloy {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <alloy/runtime/debug_info.h>
|
||||
|
||||
#include <memory>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace alloy {
|
||||
namespace runtime {
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#ifndef ALLOY_RUNTIME_DEBUG_INFO_H_
|
||||
#define ALLOY_RUNTIME_DEBUG_INFO_H_
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
namespace alloy {
|
||||
|
||||
Reference in New Issue
Block a user