summaryrefslogtreecommitdiff
path: root/src/core/hw/hw.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2014-09-10 18:44:08 -0400
committerGravatar bunnei2014-09-10 18:44:08 -0400
commitd79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch)
tree49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/core/hw/hw.cpp
parentMerge pull request #104 from archshift/removal (diff)
parentcore: Prune redundant includes (diff)
downloadyuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.gz
yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.xz
yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.zip
Merge pull request #103 from archshift/prune
Prune redundant includes
Diffstat (limited to 'src/core/hw/hw.cpp')
-rw-r--r--src/core/hw/hw.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hw/hw.cpp b/src/core/hw/hw.cpp
index ed70486e6..efd94f147 100644
--- a/src/core/hw/hw.cpp
+++ b/src/core/hw/hw.cpp
@@ -3,7 +3,6 @@
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include "common/common_types.h" 5#include "common/common_types.h"
6#include "common/log.h"
7 6
8#include "core/hw/hw.h" 7#include "core/hw/hw.h"
9#include "core/hw/gpu.h" 8#include "core/hw/gpu.h"