summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
index 20ccd96dfc..464b07b0b9 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
@@ -21,14 +21,13 @@
* $Id$
*/
+#include <string.h>
+
#include <bsp.h>
#include <rtems/libio.h>
+#include <rtems/libcsupport.h>
#include <page_table.h>
-#include <libcsupport.h>
-
-#include <string.h>
-
/*
* The original table from the application and our copy of it with
* some changes.