summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/contrib/pf/net/pf.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/contrib/pf/net/pf.c')
-rw-r--r--freebsd/sys/contrib/pf/net/pf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/sys/contrib/pf/net/pf.c b/freebsd/sys/contrib/pf/net/pf.c
index e24cd26c..70123329 100644
--- a/freebsd/sys/contrib/pf/net/pf.c
+++ b/freebsd/sys/contrib/pf/net/pf.c
@@ -69,9 +69,9 @@ __FBSDID("$FreeBSD$");
#endif
#else
-#include <rtems/bsd/local/bpfilter.h>
-#include <rtems/bsd/local/pflog.h>
-#include <rtems/bsd/local/pfsync.h>
+#include "bpfilter.h"
+#include "pflog.h"
+#include "pfsync.h"
#endif
#include <rtems/bsd/sys/param.h>