summaryrefslogtreecommitdiff
path: root/src/arch/arm
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-03-05 15:51:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-03-05 15:52:01 (GMT)
commit02e978d601cdcf2ea9bb39ae21207c3b97d16e22 (patch)
treee82bd78f64481bbf8374b41b41e87407fe0aefe3 /src/arch/arm
parent71f3b31f2e05dc3ed8201c409c9b9f39eb8bdfe0 (diff)
Removed the useless libio.h entry from included headers.
Diffstat (limited to 'src/arch/arm')
-rw-r--r--src/arch/arm/v7/helpers.h3
-rw-r--r--src/arch/arm/v7/pseudo.c3
2 files changed, 1 insertions, 5 deletions
diff --git a/src/arch/arm/v7/helpers.h b/src/arch/arm/v7/helpers.h
index e03f5ab..3b14837 100644
--- a/src/arch/arm/v7/helpers.h
+++ b/src/arch/arm/v7/helpers.h
@@ -25,9 +25,6 @@
#define _ARCH_ARM_V7_HELPERS_H
-#include <libio.h>
-
-
#include "pseudo.h"
#include "operands/maccess.h"
#include "operands/offset.h"
diff --git a/src/arch/arm/v7/pseudo.c b/src/arch/arm/v7/pseudo.c
index 53064bb..03644e2 100644
--- a/src/arch/arm/v7/pseudo.c
+++ b/src/arch/arm/v7/pseudo.c
@@ -24,8 +24,7 @@
#include "pseudo.h"
-#include <assert.h>
-#include <libio.h>
+#include <stddef.h>
#include "../../../common/bconst.h"