diff options
Diffstat (limited to 'gdb/dwarf-index-write.h')
-rw-r--r-- | gdb/dwarf-index-write.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf-index-write.h b/gdb/dwarf-index-write.h index 2d62480..b1d1180 100644 --- a/gdb/dwarf-index-write.h +++ b/gdb/dwarf-index-write.h @@ -20,8 +20,8 @@ #ifndef DWARF_INDEX_WRITE_H #define DWARF_INDEX_WRITE_H -#include "dwarf2read.h" #include "symfile.h" +#include "dwarf2read.h" /* Create an index file for OBJFILE in the directory DIR. BASENAME is the desired filename, minus the extension, which gets added by this function |