diff options
Diffstat (limited to 'gdb/amd64-windows-tdep.c')
-rw-r--r-- | gdb/amd64-windows-tdep.c | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/gdb/amd64-windows-tdep.c b/gdb/amd64-windows-tdep.c index 9dfa8e4..922da9e 100644 --- a/gdb/amd64-windows-tdep.c +++ b/gdb/amd64-windows-tdep.c @@ -16,26 +16,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Standard C++ includes. */ -#include <algorithm> - -/* Local non-gdb includes. */ +#include "osabi.h" #include "amd64-tdep.h" -#include "coff/i386.h" -#include "coff/internal.h" -#include "coff/pe.h" #include "common/x86-xstate.h" -#include "frame-unwind.h" -#include "frame.h" -#include "gdbcore.h" #include "gdbtypes.h" -#include "libcoff.h" -#include "objfiles.h" -#include "osabi.h" +#include "gdbcore.h" #include "regcache.h" -#include "value.h" #include "windows-tdep.h" +#include "frame.h" +#include "objfiles.h" +#include "frame-unwind.h" +#include "coff/internal.h" +#include "coff/i386.h" +#include "coff/pe.h" +#include "libcoff.h" +#include "value.h" +#include <algorithm> /* The registers used to pass integer arguments during a function call. */ static int amd64_windows_dummy_call_integer_regs[] = |