summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/src/rtems-bsd-init-with-irq.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 10:31:56 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 10:31:56 -0600
commit6ad03bf51766c97781f3be5ff05d69dde7dd4b3b (patch)
tree6c5ab55e08d818f935f9db79b266581b7747da0e /rtemsbsd/src/rtems-bsd-init-with-irq.c
parentfreebsd-to-rtems.py Enhancements (diff)
downloadrtems-libbsd-6ad03bf51766c97781f3be5ff05d69dde7dd4b3b.tar.bz2
Remove rtems/ from includes of RTEMS specific files
Diffstat (limited to 'rtemsbsd/src/rtems-bsd-init-with-irq.c')
-rw-r--r--rtemsbsd/src/rtems-bsd-init-with-irq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemsbsd/src/rtems-bsd-init-with-irq.c b/rtemsbsd/src/rtems-bsd-init-with-irq.c
index c8b3ddc7..2d5da9ae 100644
--- a/rtemsbsd/src/rtems-bsd-init-with-irq.c
+++ b/rtemsbsd/src/rtems-bsd-init-with-irq.c
@@ -20,11 +20,11 @@
* http://www.rtems.com/license/LICENSE.
*/
-#include <rtems/freebsd/machine/rtems-bsd-config.h>
+#include <freebsd/machine/rtems-bsd-config.h>
#include <rtems/irq-extension.h>
-#include <rtems/freebsd/bsd.h>
+#include <freebsd/bsd.h>
rtems_status_code
rtems_bsd_initialize_with_interrupt_server(void)