mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
build: drop manual config.h inclusion, since we do this via gcc's -include switch anyway
This commit is contained in:
parent
17d37c2857
commit
a43787387f
@ -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
4
log.c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user