Code cleanup: removing poly.h

This commit is contained in:
Ben Vanik
2015-05-02 02:29:26 -07:00
parent 642259e16f
commit 99816056be
47 changed files with 78 additions and 56 deletions

View File

@@ -10,14 +10,13 @@
#ifndef XENIA_TEST_UTIL_H_
#define XENIA_TEST_UTIL_H_
#include "poly/main.h"
#include "xenia/cpu/backend/x64/x64_backend.h"
#include "xenia/cpu/cpu.h"
#include "xenia/cpu/frontend/ppc_context.h"
#include "xenia/cpu/frontend/ppc_frontend.h"
#include "xenia/cpu/hir/hir_builder.h"
#include "xenia/cpu/test_module.h"
#include "poly/main.h"
#include "poly/poly.h"
#include "third_party/catch/single_include/catch.hpp"

View File

@@ -10,6 +10,8 @@
#define CATCH_CONFIG_RUNNER
#include "third_party/catch/single_include/catch.hpp"
#include "poly/debugging.h"
#include "poly/string.h"
#include "xenia/cpu/test/util.h"
namespace xe {

View File

@@ -7,13 +7,12 @@
******************************************************************************
*/
#include "poly/main.h"
#include "xenia/cpu/cpu.h"
#include "xenia/cpu/backend/x64/x64_backend.h"
#include "xenia/cpu/frontend/ppc_context.h"
#include "xenia/cpu/frontend/ppc_frontend.h"
#include "xenia/cpu/raw_module.h"
#include "poly/main.h"
#include "poly/poly.h"
#include <gflags/gflags.h>