Fix #include format.

This commit is contained in:
Ben Vanik
2015-01-31 22:49:47 -08:00
parent f4f401e927
commit 00e4a4fe1b
373 changed files with 1171 additions and 1171 deletions

View File

@@ -7,7 +7,7 @@
******************************************************************************
*/
#include <xenia/logging.h>
#include "xenia/logging.h"
#define MICROPROFILE_ENABLED 1
#define MICROPROFILEUI_ENABLED 1
@@ -25,7 +25,7 @@
#include <microprofile/microprofile.h>
#include <microprofile/microprofileui.h>
#include <xenia/profiling.h>
#include "xenia/profiling.h"
namespace xe {