summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger/profiler.cpp
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-01-11 20:33:56 -0700
committerJames Rowe <jroweboy@gmail.com>2018-01-12 19:11:04 -0700
commit389979018cce654b1ade0161abfc627832afe592 (patch)
tree90536049d982e4f5ee1df984b1d9da52db704e95 /src/yuzu/debugger/profiler.cpp
parent1d28b2e142f845773e2b90e267d9632e196a99b9 (diff)
Remove gpu debugger and get yuzu qt to compile
Diffstat (limited to 'src/yuzu/debugger/profiler.cpp')
-rw-r--r--src/yuzu/debugger/profiler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/debugger/profiler.cpp b/src/yuzu/debugger/profiler.cpp
index f060bbe08..cc9babe84 100644
--- a/src/yuzu/debugger/profiler.cpp
+++ b/src/yuzu/debugger/profiler.cpp
@@ -7,10 +7,10 @@
#include <QMouseEvent>
#include <QPainter>
#include <QString>
-#include "citra_qt/debugger/profiler.h"
-#include "citra_qt/util/util.h"
#include "common/common_types.h"
#include "common/microprofile.h"
+#include "yuzu/debugger/profiler.h"
+#include "yuzu/util/util.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).