summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_breakpoints.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-11 06:23:00 +0200
committerLioncash <mathew1800@gmail.com>2015-09-11 06:57:24 +0200
commitabe5bb4019f84b5bcb43c581f1258b3a44f1f2c7 (patch)
tree9307673c985a0338efb8a409403b9ec90684005d /src/citra_qt/debugger/graphics_breakpoints.cpp
parentMerge pull request #1130 from lioncash/block (diff)
downloadyuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.gz
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.bz2
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.lz
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.xz
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.zst
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/debugger/graphics_breakpoints.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/citra_qt/debugger/graphics_breakpoints.cpp b/src/citra_qt/debugger/graphics_breakpoints.cpp
index 5202c168c..819ec7707 100644
--- a/src/citra_qt/debugger/graphics_breakpoints.cpp
+++ b/src/citra_qt/debugger/graphics_breakpoints.cpp
@@ -2,16 +2,16 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include <QLabel>
#include <QMetaType>
#include <QPushButton>
#include <QTreeView>
#include <QVBoxLayout>
-#include <QLabel>
-#include "common/assert.h"
+#include "citra_qt/debugger/graphics_breakpoints.h"
+#include "citra_qt/debugger/graphics_breakpoints_p.h"
-#include "graphics_breakpoints.h"
-#include "graphics_breakpoints_p.h"
+#include "common/assert.h"
BreakPointModel::BreakPointModel(std::shared_ptr<Pica::DebugContext> debug_context, QObject* parent)
: QAbstractListModel(parent), context_weak(debug_context),