diff options
author | James Rowe <jroweboy@gmail.com> | 2018-01-11 20:33:56 -0700 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2018-01-12 19:11:04 -0700 |
commit | 389979018cce654b1ade0161abfc627832afe592 (patch) | |
tree | 90536049d982e4f5ee1df984b1d9da52db704e95 /src/yuzu/util/spinbox.cpp | |
parent | 1d28b2e142f845773e2b90e267d9632e196a99b9 (diff) |
Remove gpu debugger and get yuzu qt to compile
Diffstat (limited to 'src/yuzu/util/spinbox.cpp')
-rw-r--r-- | src/yuzu/util/spinbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/util/spinbox.cpp b/src/yuzu/util/spinbox.cpp index 212709007..ede6fe0a8 100644 --- a/src/yuzu/util/spinbox.cpp +++ b/src/yuzu/util/spinbox.cpp @@ -31,7 +31,7 @@ #include <cstdlib> #include <QLineEdit> #include <QRegExpValidator> -#include "citra_qt/util/spinbox.h" +#include "yuzu/util/spinbox.h" #include "common/assert.h" CSpinBox::CSpinBox(QWidget* parent) |