summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/lynx-i386-low.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/lynx-i386-low.c')
-rw-r--r--gdb/gdbserver/lynx-i386-low.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/gdb/gdbserver/lynx-i386-low.c b/gdb/gdbserver/lynx-i386-low.c
index e47f6b92f63..3ec91820b85 100644
--- a/gdb/gdbserver/lynx-i386-low.c
+++ b/gdb/gdbserver/lynx-i386-low.c
@@ -16,13 +16,19 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "server.h"
-#include "lynx-low.h"
+
+/* Standard C includes. */
#include <limits.h>
#include <sys/ptrace.h>
-#include "common/x86-xstate.h"
-#include "arch/i386.h"
+
+/* Local non-gdb includes. */
+#include "lynx-low.h"
#include "x86-tdesc.h"
+/* Local subdirectory includes. */
+#include "arch/i386.h"
+#include "common/x86-xstate.h"
+
/* The following two typedefs are defined in a .h file which is not
in the standard include path (/sys/include/family/x86/ucontext.h),
so we just duplicate them here.