commit | b50f43349841643ae5fad7110fc37cb432a45208 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Oct 31 05:11:34 2021 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Nov 02 22:57:52 2021 -0400 |
tree | 52985ac74496cfadf8ca521142f4abf1f84c7abb | |
parent | a442059f66075e4e503c43b119cc8b7de04e5718 [diff] |
opcodes: d10v: simplify header includes This file doesn't use anything from bfd (sysdep.h), so drop that include. This avoids an implicit dependency on the generated config.h which can be problematic for build-time tools. Also swap stdio.h for stddef.h. This file isn't doing or using any I/O structures, but it does need NULL.