summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/lock_profile.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/lock_profile.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/lock_profile.h')
-rw-r--r--freebsd/sys/lock_profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/sys/lock_profile.h b/freebsd/sys/lock_profile.h
index 4b438c34..92eb512f 100644
--- a/freebsd/sys/lock_profile.h
+++ b/freebsd/sys/lock_profile.h
@@ -36,8 +36,8 @@ LIST_HEAD(lpohead, lock_profile_object);
#ifdef _KERNEL
#ifdef LOCK_PROFILING
-#include <rtems/freebsd/machine/cpufunc.h>
-#include <rtems/freebsd/sys/lock.h>
+#include <freebsd/machine/cpufunc.h>
+#include <freebsd/sys/lock.h>
#ifndef USE_CPU_NANOSECONDS
u_int64_t nanoseconds(void);