diff options
Diffstat (limited to 'binutils/srconv.c')
-rw-r--r-- | binutils/srconv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/srconv.c b/binutils/srconv.c index 8d1c00d..a45437f 100644 --- a/binutils/srconv.c +++ b/binutils/srconv.c @@ -26,12 +26,12 @@ All debugging information is preserved */ -#include <bfd.h> +#include "bfd.h" #include "bucomm.h" #include "sysroff.h" #include "coffgrok.h" -#include <libiberty.h> -#include <getopt.h> +#include "libiberty.h" +#include "getopt.h" #include "coff/internal.h" #include "../bfd/libcoff.h" |