summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/profiler.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2015-09-11 18:17:24 -0300
committerGravatar Yuri Kunde Schlesner2015-09-11 18:17:24 -0300
commit48f9bef75d6b0936c704e852223991e209ec8319 (patch)
tree876fba83ba8f265edb16704b8c261112270150d4 /src/citra_qt/debugger/profiler.cpp
parentMerge pull request #1143 from lioncash/vcore-hdr (diff)
parentcitra_qt: Reorganize headers (diff)
downloadyuzu-48f9bef75d6b0936c704e852223991e209ec8319.tar.gz
yuzu-48f9bef75d6b0936c704e852223991e209ec8319.tar.xz
yuzu-48f9bef75d6b0936c704e852223991e209ec8319.zip
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.cpp5
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 @@
6#include <QPainter> 6#include <QPainter>
7#include <QString> 7#include <QString>
8 8
9#include "profiler.h" 9#include "citra_qt/debugger/profiler.h"
10
11#include "citra_qt/util/util.h" 10#include "citra_qt/util/util.h"
12 11
13#include "common/profiler_reporting.h"
14#include "common/microprofile.h" 12#include "common/microprofile.h"
13#include "common/profiler_reporting.h"
15 14
16// Include the implementation of the UI in this file. This isn't in microprofile.cpp because the 15// Include the implementation of the UI in this file. This isn't in microprofile.cpp because the
17// non-Qt frontends don't need it (and don't implement the UI drawing hooks either). 16// non-Qt frontends don't need it (and don't implement the UI drawing hooks either).