summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/rwlock.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
commit03d4faf0865f56233e4a8339fda92d7192f456c6 (patch)
tree6c5732dca91814d2be90d66753570bf2b09a643d /freebsd/sys/rwlock.h
parentRevert move of contrib until more sorted out (diff)
downloadrtems-libbsd-03d4faf0865f56233e4a8339fda92d7192f456c6.tar.bz2
Begin to trim rtems/ from include file paths - start with freebsd
Diffstat (limited to 'freebsd/sys/rwlock.h')
-rw-r--r--freebsd/sys/rwlock.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/freebsd/sys/rwlock.h b/freebsd/sys/rwlock.h
index cee67827..c3d6ee7a 100644
--- a/freebsd/sys/rwlock.h
+++ b/freebsd/sys/rwlock.h
@@ -32,14 +32,14 @@
#ifndef _SYS_RWLOCK_HH_
#define _SYS_RWLOCK_HH_
-#include <rtems/freebsd/sys/_lock.h>
-#include <rtems/freebsd/sys/_rwlock.h>
-#include <rtems/freebsd/sys/lock_profile.h>
-#include <rtems/freebsd/sys/lockstat.h>
+#include <freebsd/sys/_lock.h>
+#include <freebsd/sys/_rwlock.h>
+#include <freebsd/sys/lock_profile.h>
+#include <freebsd/sys/lockstat.h>
#ifdef _KERNEL
-#include <rtems/freebsd/sys/pcpu.h>
-#include <rtems/freebsd/machine/atomic.h>
+#include <freebsd/sys/pcpu.h>
+#include <freebsd/machine/atomic.h>
#endif
#ifdef __rtems__