Starting to cleanup includes a bit. Still a mess.

This commit is contained in:
Ben Vanik
2014-07-11 18:03:35 -07:00
parent f24b45a07c
commit 1d54342930
28 changed files with 245 additions and 245 deletions

View File

@@ -10,14 +10,9 @@
#ifndef XENIA_TYPES_H_
#define XENIA_TYPES_H_
#include <xenia/platform.h>
#include <xenia/platform_includes.h>
#include <cstdint>
namespace xe {
// TODO(benvanik): support other compilers/etc
using std::auto_ptr;
using std::shared_ptr;
} // namespace xe
#include <xenia/platform.h>
#define XE_EMPTY_MACRO do { } while(0)