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

@@ -12,9 +12,10 @@
#include <sstream>
#include <vector>
#include "xenia/cpu/frontend/ppc_instr_tables.h"
#include "poly/poly.h"
#include "poly/assert.h"
#include "poly/math.h"
#include "poly/string_buffer.h"
#include "xenia/cpu/frontend/ppc_instr_tables.h"
namespace xe {
namespace cpu {