build: drop manual config.h inclusion, since we do this via gcc's -include switch anyway

This commit is contained in:
Lennart Poettering 2010-02-03 14:28:20 +01:00
parent 17d37c2857
commit a43787387f
3 changed files with 0 additions and 12 deletions

View File

@ -19,10 +19,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <assert.h>
#include <stdlib.h>
#include <string.h>

4
log.c
View File

@ -19,10 +19,6 @@
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>

4
set.c
View File

@ -19,10 +19,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include "set.h"