diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-09-11 18:17:24 -0300 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-09-11 18:17:24 -0300 |
commit | 48f9bef75d6b0936c704e852223991e209ec8319 (patch) | |
tree | 876fba83ba8f265edb16704b8c261112270150d4 /src/citra_qt/debugger/profiler.cpp | |
parent | ece0f050a98cfe97aa205f1f908226ee6813a52d (diff) | |
parent | abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7 (diff) |
Merge pull request #1142 from lioncash/hdrqt
citra_qt: Reorganize headers
Diffstat (limited to 'src/citra_qt/debugger/profiler.cpp')
-rw-r--r-- | src/citra_qt/debugger/profiler.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
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 <QPainter> #include <QString> -#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). |