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

@@ -9,9 +9,12 @@
#include "xenia/debug_agent.h"
#include "poly/string.h"
#include <gflags/gflags.h>
#include "poly/memory.h"
#include "poly/string.h"
#include "xenia/logging.h"
DEFINE_string(trace_file, "", "Trace to the given file.");
DEFINE_uint64(trace_capacity, 0x40000000, "Trace file capacity to allocate.");