Drop #include "config.h" from syslog.h

Should not be in an exported header, obviously.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-05 08:42:29 +01:00
parent 5c1c1cd10c
commit 2fcfc0ad81

View File

@ -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 <features.h>
#include <stdarg.h>