Code cleanup: removing common.h

This commit is contained in:
Ben Vanik
2015-05-02 01:25:59 -07:00
parent 727ffaa122
commit 30f7effa73
147 changed files with 120 additions and 170 deletions

View File

@@ -11,7 +11,6 @@
#define XENIA_KERNEL_UTIL_SHIM_UTILS_H_
#include "xenia/cpu/frontend/ppc_context.h"
#include "xenia/common.h"
#include "xenia/export_resolver.h"
namespace xe {

View File

@@ -13,7 +13,7 @@
#include <vector>
#include <gflags/gflags.h>
#include "poly/math.h"
#include "third_party/crypto/rijndael-alg-fst.h"
#include "third_party/crypto/rijndael-alg-fst.c"
#include "third_party/mspack/lzx.h"
@@ -21,6 +21,11 @@
#include "third_party/mspack/mspack.h"
#include "third_party/pe/pe_image.h"
#include "poly/math.h"
#include "poly/memory.h"
#include "poly/platform.h"
#include "xenia/logging.h"
// TODO(benvanik): remove.
#define XEEXPECTZERO(expr) \
if ((expr) != 0) { \

View File

@@ -10,7 +10,6 @@
#ifndef XENIA_KERNEL_UTIL_XEX2_H_
#define XENIA_KERNEL_UTIL_XEX2_H_
#include "xenia/common.h"
#include "xenia/kernel/util/xex2_info.h"
#include "xenia/memory.h"

View File

@@ -10,7 +10,7 @@
#ifndef XENIA_KERNEL_XEX2_INFO_H_
#define XENIA_KERNEL_XEX2_INFO_H_
#include "xenia/common.h"
#include <cstdint>
typedef enum {
XEX_HEADER_RESOURCE_INFO = 0x000002FF,