From abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 11 Sep 2015 00:23:00 -0400 Subject: citra_qt: Reorganize headers --- src/citra_qt/debugger/profiler.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/citra_qt/debugger/profiler.cpp') diff --git a/src/citra_qt/debugger/profiler.cpp b/src/citra_qt/debugger/profiler.cpp index 5261d4836..043f20659 100644 --- a/src/citra_qt/debugger/profiler.cpp +++ b/src/citra_qt/debugger/profiler.cpp @@ -6,12 +6,11 @@ #include #include -#include "profiler.h" - +#include "citra_qt/debugger/profiler.h" #include "citra_qt/util/util.h" -#include "common/profiler_reporting.h" #include "common/microprofile.h" +#include "common/profiler_reporting.h" // Include the implementation of the UI in this file. This isn't in microprofile.cpp because the // non-Qt frontends don't need it (and don't implement the UI drawing hooks either). -- cgit v1.2.3