Code cleanup: removing common.h
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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) { \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user