diff options
| author | 2015-05-23 20:51:02 -0400 | |
|---|---|---|
| committer | 2015-05-23 20:51:02 -0400 | |
| commit | 6278937a289fee07102e6d3474074d723372f2d5 (patch) | |
| tree | cd660f784d8700268bb7d43a98db5b4151ae10c6 /src/core/arm/dyncom | |
| parent | Merge pull request #805 from lioncash/warn (diff) | |
| download | yuzu-6278937a289fee07102e6d3474074d723372f2d5.tar.gz yuzu-6278937a289fee07102e6d3474074d723372f2d5.tar.xz yuzu-6278937a289fee07102e6d3474074d723372f2d5.zip | |
dyncom: Get rid of armemu.h
Diffstat (limited to 'src/core/arm/dyncom')
| -rw-r--r-- | src/core/arm/dyncom/arm_dyncom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom.cpp b/src/core/arm/dyncom/arm_dyncom.cpp index 0072ae533..529c4ac70 100644 --- a/src/core/arm/dyncom/arm_dyncom.cpp +++ b/src/core/arm/dyncom/arm_dyncom.cpp | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | #include "common/make_unique.h" | 7 | #include "common/make_unique.h" |
| 8 | 8 | ||
| 9 | #include "core/arm/skyeye_common/armemu.h" | 9 | #include "core/arm/skyeye_common/armdefs.h" |
| 10 | #include "core/arm/skyeye_common/vfp/vfp.h" | 10 | #include "core/arm/skyeye_common/vfp/vfp.h" |
| 11 | 11 | ||
| 12 | #include "core/arm/dyncom/arm_dyncom.h" | 12 | #include "core/arm/dyncom/arm_dyncom.h" |