mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 02:58:09 -05:00
citra_qt: Reorganize headers
This commit is contained in:
@ -33,8 +33,8 @@
|
||||
#include <QLineEdit>
|
||||
#include <QRegExpValidator>
|
||||
|
||||
#include "citra_qt/util/spinbox.h"
|
||||
#include "common/assert.h"
|
||||
#include "spinbox.h"
|
||||
|
||||
CSpinBox::CSpinBox(QWidget* parent) : QAbstractSpinBox(parent), min_value(-100), max_value(100), value(0), base(10), num_digits(0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user