diff options
Diffstat (limited to 'src/citra_qt/debugger/graphics_surface.cpp')
| -rw-r--r-- | src/citra_qt/debugger/graphics_surface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics_surface.cpp b/src/citra_qt/debugger/graphics_surface.cpp index 496fce59d..906daaa50 100644 --- a/src/citra_qt/debugger/graphics_surface.cpp +++ b/src/citra_qt/debugger/graphics_surface.cpp | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "citra_qt/debugger/graphics_surface.h" | ||
| 6 | #include <QBoxLayout> | 5 | #include <QBoxLayout> |
| 7 | #include <QComboBox> | 6 | #include <QComboBox> |
| 8 | #include <QDebug> | 7 | #include <QDebug> |
| @@ -12,6 +11,7 @@ | |||
| 12 | #include <QPushButton> | 11 | #include <QPushButton> |
| 13 | #include <QScrollArea> | 12 | #include <QScrollArea> |
| 14 | #include <QSpinBox> | 13 | #include <QSpinBox> |
| 14 | #include "citra_qt/debugger/graphics_surface.h" | ||
| 15 | #include "citra_qt/util/spinbox.h" | 15 | #include "citra_qt/util/spinbox.h" |
| 16 | #include "common/color.h" | 16 | #include "common/color.h" |
| 17 | #include "core/hw/gpu.h" | 17 | #include "core/hw/gpu.h" |