mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 17:58:18 -05:00
citra_qt: Reorganize headers
This commit is contained in:
@ -2,17 +2,17 @@
|
||||
// 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 "citra_qt/debugger/graphics_breakpoints.h"
|
||||
#include "citra_qt/debugger/graphics_breakpoints_p.h"
|
||||
|
||||
#include "common/assert.h"
|
||||
|
||||
#include "graphics_breakpoints.h"
|
||||
#include "graphics_breakpoints_p.h"
|
||||
|
||||
BreakPointModel::BreakPointModel(std::shared_ptr<Pica::DebugContext> debug_context, QObject* parent)
|
||||
: QAbstractListModel(parent), context_weak(debug_context),
|
||||
at_breakpoint(debug_context->at_breakpoint),
|
||||
|
Reference in New Issue
Block a user