aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-basics.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-13 22:27:08 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-18 00:39:32 -0400
commit7039b291607e4d890679cb3fe401d37228992213 (patch)
tree76f2c549d065f183c585598ca04bc1e9da6bc6f5 /sim/common/sim-basics.h
parentf9a4d54332f9e1f75701ba43249a03cc631ec736 (diff)
downloadfsf-binutils-gdb-7039b291607e4d890679cb3fe401d37228992213.zip
fsf-binutils-gdb-7039b291607e4d890679cb3fe401d37228992213.tar.gz
fsf-binutils-gdb-7039b291607e4d890679cb3fe401d37228992213.tar.bz2
sim: drop core libiberty.h include
This doesn't need to be included for every sim file, so drop it. Every C file that needs it seems to already include it.
Diffstat (limited to 'sim/common/sim-basics.h')
-rw-r--r--sim/common/sim-basics.h2
1 files changed, 0 insertions, 2 deletions
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. */