diff options
Diffstat (limited to 'src/citra_qt/debugger/graphics_vertex_shader.cpp')
| -rw-r--r-- | src/citra_qt/debugger/graphics_vertex_shader.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citra_qt/debugger/graphics_vertex_shader.cpp b/src/citra_qt/debugger/graphics_vertex_shader.cpp index d48b3294b..f915d2bab 100644 --- a/src/citra_qt/debugger/graphics_vertex_shader.cpp +++ b/src/citra_qt/debugger/graphics_vertex_shader.cpp | |||
| @@ -16,12 +16,11 @@ | |||
| 16 | #include <QSpinBox> | 16 | #include <QSpinBox> |
| 17 | #include <QTreeView> | 17 | #include <QTreeView> |
| 18 | 18 | ||
| 19 | #include "citra_qt/debugger/graphics_vertex_shader.h" | ||
| 19 | #include "citra_qt/util/util.h" | 20 | #include "citra_qt/util/util.h" |
| 20 | 21 | ||
| 21 | #include "video_core/shader/shader.h" | 22 | #include "video_core/shader/shader.h" |
| 22 | 23 | ||
| 23 | #include "graphics_vertex_shader.h" | ||
| 24 | |||
| 25 | using nihstro::OpCode; | 24 | using nihstro::OpCode; |
| 26 | using nihstro::Instruction; | 25 | using nihstro::Instruction; |
| 27 | using nihstro::SourceRegister; | 26 | using nihstro::SourceRegister; |