summaryrefslogtreecommitdiff
path: root/gdb/rs6000-lynx178-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/rs6000-lynx178-tdep.c')
-rw-r--r--gdb/rs6000-lynx178-tdep.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/rs6000-lynx178-tdep.c b/gdb/rs6000-lynx178-tdep.c
index 249416857c8..6be9fda7c1c 100644
--- a/gdb/rs6000-lynx178-tdep.c
+++ b/gdb/rs6000-lynx178-tdep.c
@@ -16,12 +16,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "osabi.h"
-#include "regcache.h"
+
+/* Local includes. */
#include "gdbcore.h"
#include "gdbtypes.h"
#include "infcall.h"
+#include "osabi.h"
#include "ppc-tdep.h"
+#include "regcache.h"
#include "target-float.h"
#include "value.h"
#include "xcoffread.h"