diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/debugger/graphics_surface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citra_qt/debugger/graphics_surface.h b/src/citra_qt/debugger/graphics_surface.h index 5881ae60a..21e6b5b8b 100644 --- a/src/citra_qt/debugger/graphics_surface.h +++ b/src/citra_qt/debugger/graphics_surface.h | |||
| @@ -4,10 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include "citra_qt/debugger/graphics_breakpoint_observer.h" | ||
| 8 | |||
| 9 | #include <QLabel> | 7 | #include <QLabel> |
| 10 | #include <QPushButton> | 8 | #include <QPushButton> |
| 9 | #include "citra_qt/debugger/graphics_breakpoint_observer.h" | ||
| 11 | 10 | ||
| 12 | class QComboBox; | 11 | class QComboBox; |
| 13 | class QSpinBox; | 12 | class QSpinBox; |