diff options
| author | 2014-09-08 17:52:00 -0700 | |
|---|---|---|
| committer | 2014-09-08 17:54:14 -0700 | |
| commit | 6e606c515f56b456a8031b235fd4f8d8453483a4 (patch) | |
| tree | 1e603b1ed4c0c65db72dc74b7142c622df41d069 /src/core/hw/ndma.cpp | |
| parent | common: Prune all redundant includes (diff) | |
| download | yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.gz yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.xz yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.zip | |
core: Prune redundant includes
Diffstat (limited to 'src/core/hw/ndma.cpp')
| -rw-r--r-- | src/core/hw/ndma.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hw/ndma.cpp b/src/core/hw/ndma.cpp index f6aa72d16..158241fd6 100644 --- a/src/core/hw/ndma.cpp +++ b/src/core/hw/ndma.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/ndma.h" | 7 | #include "core/hw/ndma.h" |
| 9 | 8 | ||