summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger/profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/debugger/profiler.h')
-rw-r--r--src/yuzu/debugger/profiler.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/yuzu/debugger/profiler.h b/src/yuzu/debugger/profiler.h
index eae1e9e3c..8e69fdb06 100644
--- a/src/yuzu/debugger/profiler.h
+++ b/src/yuzu/debugger/profiler.h
@@ -4,10 +4,11 @@
#pragma once
-#include <QAbstractItemModel>
-#include <QDockWidget>
-#include <QTimer>
-#include "common/microprofile.h"
+#include <QWidget>
+
+class QAction;
+class QHideEvent;
+class QShowEvent;
class MicroProfileDialog : public QWidget {
Q_OBJECT