summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/src/rtems-bsd-sx.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-sx.c
parentfreebsd-to-rtems.py Enhancements (diff)
downloadrtems-libbsd-6ad03bf51766c97781f3be5ff05d69dde7dd4b3b.tar.bz2
Remove rtems/ from includes of RTEMS specific files
Diffstat (limited to '')
-rw-r--r--rtemsbsd/src/rtems-bsd-sx.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/rtemsbsd/src/rtems-bsd-sx.c b/rtemsbsd/src/rtems-bsd-sx.c
index 93232be4..f625841c 100644
--- a/rtemsbsd/src/rtems-bsd-sx.c
+++ b/rtemsbsd/src/rtems-bsd-sx.c
@@ -23,13 +23,13 @@
/* Necessary to obtain some internal functions */
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
-#include <rtems/freebsd/machine/rtems-bsd-config.h>
+#include <freebsd/machine/rtems-bsd-config.h>
-#include <rtems/freebsd/sys/param.h>
-#include <rtems/freebsd/sys/types.h>
-#include <rtems/freebsd/sys/systm.h>
-#include <rtems/freebsd/sys/lock.h>
-#include <rtems/freebsd/sys/sx.h>
+#include <freebsd/sys/param.h>
+#include <freebsd/sys/types.h>
+#include <freebsd/sys/systm.h>
+#include <freebsd/sys/lock.h>
+#include <freebsd/sys/sx.h>
#ifndef INVARIANTS
#define _sx_assert(sx, what, file, line)