chiark / gitweb /
build: drop manual config.h inclusion, since we do this via gcc's -include switch...
[elogind.git] / log.c
diff --git a/log.c b/log.c
index 6c53eae52387563df3555d8d5a5b1902e49895ef..674b877a66853324ed84e2454a47c13db8e9efd5 100644 (file)
--- a/log.c
+++ b/log.c
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include <stdarg.h>
 #include <stdio.h>
 #include <errno.h>