diff options
| author | 2015-05-06 02:42:43 -0300 | |
|---|---|---|
| committer | 2015-05-06 23:45:06 -0300 | |
| commit | c0eaa662d47daa7a148fd63b2634ea59a559296c (patch) | |
| tree | 27acf97278304536b457a4593f9ad045564899bb /src/core/arm | |
| parent | FileSys: De-inline Path members (diff) | |
| download | yuzu-c0eaa662d47daa7a148fd63b2634ea59a559296c.tar.gz yuzu-c0eaa662d47daa7a148fd63b2634ea59a559296c.tar.xz yuzu-c0eaa662d47daa7a148fd63b2634ea59a559296c.zip | |
Clean-up includes
Diffstat (limited to 'src/core/arm')
| -rw-r--r-- | src/core/arm/interpreter/armsupp.cpp | 2 | ||||
| -rw-r--r-- | src/core/arm/skyeye_common/armmmu.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/core/arm/interpreter/armsupp.cpp b/src/core/arm/interpreter/armsupp.cpp index a68d53695..15c6f595b 100644 --- a/src/core/arm/interpreter/armsupp.cpp +++ b/src/core/arm/interpreter/armsupp.cpp | |||
| @@ -15,6 +15,8 @@ | |||
| 15 | along with this program; if not, write to the Free Software | 15 | along with this program; if not, write to the Free Software |
| 16 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 16 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
| 17 | 17 | ||
| 18 | #include "common/logging/log.h" | ||
| 19 | |||
| 18 | #include "core/mem_map.h" | 20 | #include "core/mem_map.h" |
| 19 | #include "core/arm/skyeye_common/armdefs.h" | 21 | #include "core/arm/skyeye_common/armdefs.h" |
| 20 | #include "core/arm/skyeye_common/arm_regformat.h" | 22 | #include "core/arm/skyeye_common/arm_regformat.h" |
diff --git a/src/core/arm/skyeye_common/armmmu.h b/src/core/arm/skyeye_common/armmmu.h index 22e564c3d..0463d83c8 100644 --- a/src/core/arm/skyeye_common/armmmu.h +++ b/src/core/arm/skyeye_common/armmmu.h | |||
| @@ -20,6 +20,8 @@ | |||
| 20 | 20 | ||
| 21 | #pragma once | 21 | #pragma once |
| 22 | 22 | ||
| 23 | #include "common/swap.h" | ||
| 24 | |||
| 23 | #include "core/mem_map.h" | 25 | #include "core/mem_map.h" |
| 24 | #include "core/arm/skyeye_common/armdefs.h" | 26 | #include "core/arm/skyeye_common/armdefs.h" |
| 25 | 27 | ||