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.
This commit is contained in:
parent
a442059f66
commit
b50f433498
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@
|
|||
Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
#include "opcode/d10v.h"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue