diff options
Diffstat (limited to 'gdb/amd64-sol2-tdep.c')
-rw-r--r-- | gdb/amd64-sol2-tdep.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gdb/amd64-sol2-tdep.c b/gdb/amd64-sol2-tdep.c index 7d691e869dd..56d2e225822 100644 --- a/gdb/amd64-sol2-tdep.c +++ b/gdb/amd64-sol2-tdep.c @@ -20,17 +20,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "amd64-tdep.h" -#include "common/x86-xstate.h" #include "frame.h" #include "gdbcore.h" -#include "osabi.h" #include "regcache.h" +#include "osabi.h" +#include "symtab.h" + #include "sol2-tdep.h" +#include "amd64-tdep.h" +#include "common/x86-xstate.h" #include "solib-svr4.h" -#include "symtab.h" /* Mapping between the general-purpose registers in gregset_t format and GDB's register cache layout. */ |