From 2fcfc0ad813b52438437b0faeeb47f1c05ded857 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Tue, 5 Nov 2019 08:42:29 +0100 Subject: [PATCH] Drop #include "config.h" from syslog.h Should not be in an exported header, obviously. Signed-off-by: Joachim Nilsson --- src/syslog.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/syslog.h b/src/syslog.h index de5419f..b8a0123 100644 --- a/src/syslog.h +++ b/src/syslog.h @@ -34,8 +34,6 @@ #ifndef _SYS_SYSLOG_H_ /* From NetBSD, for co-existance with C-library header */ #define _SYS_SYSLOG_H_ -#include "config.h" - #include #include