aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/igen.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-02-22 00:51:34 -0500
committerMike Frysinger <vapier@gentoo.org>2021-02-28 03:32:47 -0500
commit9f34b60a43db147aa186ac97d9d6fc4cde7d4a3d (patch)
treed4281c6c51fb6fb3991d40024d06419f2e8e69dc /sim/igen/igen.c
parent88d7273afd433e00801cca8195bb04a1415f0ee5 (diff)
downloadfsf-binutils-gdb-9f34b60a43db147aa186ac97d9d6fc4cde7d4a3d.zip
fsf-binutils-gdb-9f34b60a43db147aa186ac97d9d6fc4cde7d4a3d.tar.gz
fsf-binutils-gdb-9f34b60a43db147aa186ac97d9d6fc4cde7d4a3d.tar.bz2
sim: igen: drop config.h & header checking
While the configure script was checking for a bunch of headers, only one of them was conditionally included in the source (unistd.h). The rest were always included. Based on those usage this whole time, we can reasonably assume that the build also has unistd.h. All the other files including config.h never actually used any defines from the header.
Diffstat (limited to 'sim/igen/igen.c')
-rw-r--r--sim/igen/igen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/igen/igen.c b/sim/igen/igen.c
index d0e0da9..e649f85 100644
--- a/sim/igen/igen.c
+++ b/sim/igen/igen.c
@@ -25,7 +25,6 @@
#include "misc.h"
#include "lf.h"
#include "table.h"
-#include "config.h"
#include "filter.h"
#include "igen.h"