aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw/gpu.cpp
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2014-09-10 18:44:08 -0400
committerGravatar bunnei <bunneidev@gmail.com>2014-09-10 18:44:08 -0400
commitd79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch)
tree49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/core/hw/gpu.cpp
parent249a567834798d97d1281d7cc2209f6c52b80f8b (diff)
parent6e606c515f56b456a8031b235fd4f8d8453483a4 (diff)
Merge pull request #103 from archshift/prune
Prune redundant includes
Diffstat (limited to 'src/core/hw/gpu.cpp')
-rw-r--r--src/core/hw/gpu.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hw/gpu.cpp b/src/core/hw/gpu.cpp
index 8709b8eb..2e094377 100644
--- a/src/core/hw/gpu.cpp
+++ b/src/core/hw/gpu.cpp
@@ -3,13 +3,11 @@
// Refer to the license.txt file included.
#include "common/common_types.h"
-#include "common/log.h"
#include "core/core.h"
#include "core/mem_map.h"
#include "core/hle/hle.h"
-#include "core/hle/kernel/thread.h"
#include "core/hle/service/gsp.h"
#include "core/hw/gpu.h"