diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-08 20:15:08 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-08 20:15:08 -0400 |
commit | de0a034a849f5a1cbe2fed9ef2cc4095c56e672a (patch) | |
tree | c19b7a97fded29a04d7aca5702ab901820a663dc /src/core/mem_map_funcs.cpp | |
parent | 63e46abdb8764bc97e91bae862c8d461e61b1965 (diff) |
fixed project includes to use new directory structure
Diffstat (limited to 'src/core/mem_map_funcs.cpp')
-rw-r--r-- | src/core/mem_map_funcs.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/mem_map_funcs.cpp b/src/core/mem_map_funcs.cpp index 7d8ae2915b..4c0e08b3fb 100644 --- a/src/core/mem_map_funcs.cpp +++ b/src/core/mem_map_funcs.cpp @@ -2,10 +2,10 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include "common.h" +#include "common/common.h" -#include "mem_map.h" -#include "hw/hw.h" +#include "core/mem_map.h" +#include "core/hw/hw.h" namespace Memory { |