diff options
Diffstat (limited to 'binutils/coffdump.c')
-rw-r--r-- | binutils/coffdump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/coffdump.c b/binutils/coffdump.c index 34ae161..8f538e8 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -23,8 +23,8 @@ This module reads a type tree generated by coffgrok and prints it out so we can test the grokker. */ -#include <bfd.h> -#include <libiberty.h> +#include "bfd.h" +#include "libiberty.h" #include "coffgrok.h" #include "bucomm.h" |