summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/debugger/graphics.cpp')
-rw-r--r--src/citra_qt/debugger/graphics.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/citra_qt/debugger/graphics.cpp b/src/citra_qt/debugger/graphics.cpp
index 7d15028f0..8008f914c 100644
--- a/src/citra_qt/debugger/graphics.cpp
+++ b/src/citra_qt/debugger/graphics.cpp
@@ -2,11 +2,9 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include "graphics.h"
6#include <QListView> 5#include <QListView>
7#include <QVBoxLayout>
8#include <QDebug>
9 6
7#include "citra_qt/debugger/graphics.h"
10#include "citra_qt/util/util.h" 8#include "citra_qt/util/util.h"
11 9
12extern GraphicsDebugger g_debugger; 10extern GraphicsDebugger g_debugger;