summaryrefslogtreecommitdiff
path: root/gdb/i386-nto-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/i386-nto-tdep.c')
-rw-r--r--gdb/i386-nto-tdep.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/i386-nto-tdep.c b/gdb/i386-nto-tdep.c
index 91f99da0c1e..ccdf5217765 100644
--- a/gdb/i386-nto-tdep.c
+++ b/gdb/i386-nto-tdep.c
@@ -20,16 +20,17 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "frame.h"
-#include "osabi.h"
-#include "regcache.h"
-#include "target.h"
+/* Local includes. */
+#include "frame.h"
#include "i386-tdep.h"
#include "i387-tdep.h"
#include "nto-tdep.h"
-#include "solib.h"
+#include "osabi.h"
+#include "regcache.h"
#include "solib-svr4.h"
+#include "solib.h"
+#include "target.h"
#ifndef X86_CPU_FXSR
#define X86_CPU_FXSR (1L << 12)