gdb: Rename structures within ctfread.c
[deliverable/binutils-gdb.git] / gdb / amd64-windows-tdep.c
index 9dfa8e4e9d8cf2ac1e04383fe53bb61f66af930d..3eb1f1493cd3e6a04bc74a617b4d42f5c8ae709e 100644 (file)
    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 "gdbsupport/x86-xstate.h"
+#include "gdbtypes.h"
+#include "gdbcore.h"
+#include "regcache.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 "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 "regcache.h"
 #include "value.h"
-#include "windows-tdep.h"
+#include <algorithm>
 
 /* The registers used to pass integer arguments during a function call.  */
 static int amd64_windows_dummy_call_integer_regs[] =
This page took 0.024668 seconds and 4 git commands to generate.