diff options
Diffstat (limited to 'gdb/dwarf2loc.c')
-rw-r--r-- | gdb/dwarf2loc.c | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c index bac7446..29d289b 100644 --- a/gdb/dwarf2loc.c +++ b/gdb/dwarf2loc.c @@ -20,34 +20,30 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Standard C++ includes. */ -#include <algorithm> -#include <unordered_set> -#include <vector> - -/* Local non-gdb includes. */ -#include "ax-gdb.h" +#include "ui-out.h" +#include "value.h" +#include "frame.h" +#include "gdbcore.h" +#include "target.h" +#include "inferior.h" #include "ax.h" +#include "ax-gdb.h" +#include "regcache.h" +#include "objfiles.h" #include "block.h" -#include "common/byte-vector.h" -#include "common/selftest.h" -#include "common/underlying.h" -#include "compile/compile.h" +#include "gdbcmd.h" #include "complaints.h" -#include "dwarf2-frame.h" #include "dwarf2.h" #include "dwarf2expr.h" #include "dwarf2loc.h" -#include "frame.h" -#include "gdbcmd.h" -#include "gdbcore.h" -#include "inferior.h" -#include "objfiles.h" -#include "regcache.h" -#include "target.h" -#include "ui-out.h" -#include "value.h" +#include "dwarf2-frame.h" +#include "compile/compile.h" +#include "common/selftest.h" +#include <algorithm> +#include <vector> +#include <unordered_set> +#include "common/underlying.h" +#include "common/byte-vector.h" extern int dwarf_always_disassemble; |