summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2017-06-06 01:29:46 -0700
committerGravatar Yuri Kunde Schlesner2017-06-06 02:57:23 -0700
commitd96a9e0c11d653a88bfee53e7ff11c4ba7a159a7 (patch)
tree3219885089d1d9c4aa56c98d5f00206b19832305 /src/citra_qt/debugger
parentService: Make service registration part of the sm implementation (diff)
downloadyuzu-d96a9e0c11d653a88bfee53e7ff11c4ba7a159a7.tar.gz
yuzu-d96a9e0c11d653a88bfee53e7ff11c4ba7a159a7.tar.xz
yuzu-d96a9e0c11d653a88bfee53e7ff11c4ba7a159a7.zip
Service: Remove unnecessary includes from service.h
This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
Diffstat (limited to 'src/citra_qt/debugger')
-rw-r--r--src/citra_qt/debugger/graphics/graphics_cmdlists.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/debugger/graphics/graphics_cmdlists.cpp b/src/citra_qt/debugger/graphics/graphics_cmdlists.cpp
index c68fe753b..7d06ec28a 100644
--- a/src/citra_qt/debugger/graphics/graphics_cmdlists.cpp
+++ b/src/citra_qt/debugger/graphics/graphics_cmdlists.cpp
@@ -17,6 +17,7 @@
17#include "citra_qt/util/spinbox.h" 17#include "citra_qt/util/spinbox.h"
18#include "citra_qt/util/util.h" 18#include "citra_qt/util/util.h"
19#include "common/vector_math.h" 19#include "common/vector_math.h"
20#include "core/memory.h"
20#include "video_core/debug_utils/debug_utils.h" 21#include "video_core/debug_utils/debug_utils.h"
21#include "video_core/pica_state.h" 22#include "video_core/pica_state.h"
22#include "video_core/regs.h" 23#include "video_core/regs.h"