mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
#ifndef BX_H_HEADER_GUARD
|
||||
#define BX_H_HEADER_GUARD
|
||||
|
||||
#include <alloca.h> // alloca
|
||||
#include <stdarg.h> // va_list
|
||||
#include <stdint.h> // uint32_t
|
||||
#include <stdlib.h> // size_t
|
||||
#include <stddef.h> // ptrdiff_t
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BX_DEBUG_H_HEADER_GUARD
|
||||
|
||||
#include "bx.h"
|
||||
#include <stdarg.h> // va_list
|
||||
|
||||
namespace bx
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include "bx.h"
|
||||
#include "debug.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if BX_PLATFORM_OSX
|
||||
# define BX_DL_EXT "dylib"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
#ifndef BX_PIXEL_FORMAT_H_HEADER_GUARD
|
||||
#define BX_PIXEL_FORMAT_H_HEADER_GUARD
|
||||
|
||||
#include <bx/fpumath.h>
|
||||
#include <bx/uint32_t.h>
|
||||
#include "fpumath.h"
|
||||
#include "uint32_t.h"
|
||||
|
||||
namespace bx
|
||||
{
|
||||
|
||||
@@ -6,9 +6,6 @@
|
||||
#ifndef BX_READERWRITER_H_HEADER_GUARD
|
||||
#define BX_READERWRITER_H_HEADER_GUARD
|
||||
|
||||
#include <alloca.h>
|
||||
#include <stdarg.h> // va_list
|
||||
|
||||
#include "bx.h"
|
||||
#include "allocator.h"
|
||||
#include "error.h"
|
||||
|
||||
@@ -7,12 +7,10 @@
|
||||
#define BX_STRING_H_HEADER_GUARD
|
||||
|
||||
#include "bx.h"
|
||||
#include <alloca.h>
|
||||
#include <stdarg.h> // va_list
|
||||
#include <wchar.h> // wchar_t
|
||||
|
||||
#include <bx/allocator.h>
|
||||
#include <bx/hash.h>
|
||||
#include "allocator.h"
|
||||
#include "hash.h"
|
||||
|
||||
namespace bx
|
||||
{
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <bx/string.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT
|
||||
# include <windows.h>
|
||||
|
||||
Reference in New Issue
Block a user