diff options
| author | bunnei <bunneidev@gmail.com> | 2016-04-16 00:49:18 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-04-16 00:49:18 -0400 |
| commit | 3e7e8daf5967d30cbef6ed8a3a2459c7caaf8e31 (patch) | |
| tree | 2f5e48f6de825b27490b3ddef437529a01bb431f /src/core/hle/config_mem.cpp | |
| parent | 2b422fbcc5bccae22f2a80afe654dc7f7cefcd7a (diff) | |
| parent | 1cc183703af806858f982a4ac2872457790e248f (diff) | |
Merge pull request #1685 from lioncash/hdr
core: Clean out some unnecessary header includes
Diffstat (limited to 'src/core/hle/config_mem.cpp')
| -rw-r--r-- | src/core/hle/config_mem.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/hle/config_mem.cpp b/src/core/hle/config_mem.cpp index b1a72dc0c..ccd73cfcb 100644 --- a/src/core/hle/config_mem.cpp +++ b/src/core/hle/config_mem.cpp @@ -3,13 +3,6 @@ // Refer to the license.txt file included. #include <cstring> - -#include "common/assert.h" -#include "common/common_types.h" -#include "common/common_funcs.h" - -#include "core/core.h" -#include "core/memory.h" #include "core/hle/config_mem.h" //////////////////////////////////////////////////////////////////////////////////////////////////// |
