mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 03:08:26 -05:00
citra_qt: Reorganize headers
This commit is contained in:
@ -9,18 +9,17 @@
|
||||
#include <QPushButton>
|
||||
#include <QSpinBox>
|
||||
|
||||
#include "citra_qt/debugger/graphics_framebuffer.h"
|
||||
#include "citra_qt/util/spinbox.h"
|
||||
|
||||
#include "common/color.h"
|
||||
|
||||
#include "core/hw/gpu.h"
|
||||
#include "core/memory.h"
|
||||
#include "core/hw/gpu.h"
|
||||
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/utils.h"
|
||||
|
||||
#include "graphics_framebuffer.h"
|
||||
|
||||
#include "util/spinbox.h"
|
||||
|
||||
GraphicsFramebufferWidget::GraphicsFramebufferWidget(std::shared_ptr<Pica::DebugContext> debug_context,
|
||||
QWidget* parent)
|
||||
: BreakPointObserverDock(debug_context, tr("Pica Framebuffer"), parent),
|
||||
|
Reference in New Issue
Block a user