diff options
author | archshift <admin@archshift.com> | 2014-09-09 02:52:00 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-09-09 02:54:14 +0200 |
commit | 6e606c515f56b456a8031b235fd4f8d8453483a4 (patch) | |
tree | 1e603b1ed4c0c65db72dc74b7142c622df41d069 /src/core/hw/gpu.cpp | |
parent | common: Prune all redundant includes (diff) | |
download | yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.gz yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.bz2 yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.lz yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.xz yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.zst yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.zip |
Diffstat (limited to 'src/core/hw/gpu.cpp')
-rw-r--r-- | src/core/hw/gpu.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hw/gpu.cpp b/src/core/hw/gpu.cpp index 8709b8eb7..2e0943776 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" |