From e8a94f71043d12950a2dff5409a2415b62b10377 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sat, 16 May 2015 08:12:00 +0000 Subject: [PATCH] path.h is not needed here. --- usr.sbin/syslogd/pathnames.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/syslogd/pathnames.h b/usr.sbin/syslogd/pathnames.h index 24fbc4cfa0a..00631e0e4bf 100644 --- a/usr.sbin/syslogd/pathnames.h +++ b/usr.sbin/syslogd/pathnames.h @@ -30,8 +30,6 @@ * $FreeBSD$ */ -#include - #define _PATH_KLOG "/dev/klog" #define _PATH_LOGCONF "/etc/syslog.conf" #define _PATH_LOGPID "/var/run/syslog.pid"