aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/sim-basics.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 0d260eb..682696c 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,7 @@
+2021-06-18 Mike Frysinger <vapier@gentoo.org>
+
+ * sim-basics.h: Delete libiberty.h include.
+
2021-06-17 Mike Frysinger <vapier@gentoo.org>
* Make-common.in (SIM_ENDIAN): Delete.
diff --git a/sim/common/sim-basics.h b/sim/common/sim-basics.h
index 1354742..a3dd5d9 100644
--- a/sim/common/sim-basics.h
+++ b/sim/common/sim-basics.h
@@ -125,8 +125,6 @@ typedef enum {
#include "sim-utils.h"
-#include "libiberty.h"
-
/* Note: Only the simpler interfaces are defined here. More heavy
weight objects, such as core and events, are defined in the more
serious sim-base.h header. */