diff options
Diffstat (limited to 'target-moxie')
-rw-r--r-- | target-moxie/helper.c | 1 | ||||
-rw-r--r-- | target-moxie/translate.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target-moxie/helper.c b/target-moxie/helper.c index f21e88406b..f91ac28d34 100644 --- a/target-moxie/helper.c +++ b/target-moxie/helper.c @@ -19,7 +19,6 @@ #include <stdio.h> #include <string.h> -#include <assert.h> #include "config.h" #include "cpu.h" diff --git a/target-moxie/translate.c b/target-moxie/translate.c index e3e9139061..cc77366ee7 100644 --- a/target-moxie/translate.c +++ b/target-moxie/translate.c @@ -26,7 +26,6 @@ #include <stdio.h> #include <string.h> #include <inttypes.h> -#include <assert.h> #include "cpu.h" #include "exec/exec-all.h" |