summaryrefslogtreecommitdiff
path: root/src/target/armv4_5_mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv4_5_mmu.h')
-rw-r--r--src/target/armv4_5_mmu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/armv4_5_mmu.h b/src/target/armv4_5_mmu.h
index bbe50c6b..6b9ed34c 100644
--- a/src/target/armv4_5_mmu.h
+++ b/src/target/armv4_5_mmu.h
@@ -21,7 +21,8 @@
#define ARMV4_5_MMU_H
#include "armv4_5_cache.h"
-#include "target.h"
+
+struct target;
struct armv4_5_mmu_common
{