diff options
author | Max Kellermann <max@duempel.org> | 2013-11-28 11:50:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-28 11:50:54 +0100 |
commit | f90abe9530ef1075bc9b60e0f08f405d2d86f799 (patch) | |
tree | 60f4052123e03cd326ec64f4b6cd711784d651b2 /src/LogInit.cxx | |
parent | 46bab7e4b921b79924643bacd08dcd3d1404ceb6 (diff) | |
download | mpd-f90abe9530ef1075bc9b60e0f08f405d2d86f799.tar.gz mpd-f90abe9530ef1075bc9b60e0f08f405d2d86f799.tar.xz mpd-f90abe9530ef1075bc9b60e0f08f405d2d86f799.zip |
include cleanup using iwyu
Diffstat (limited to '')
-rw-r--r-- | src/LogInit.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/LogInit.cxx b/src/LogInit.cxx index 41d13a5e8..d9f84d6a5 100644 --- a/src/LogInit.cxx +++ b/src/LogInit.cxx @@ -23,7 +23,6 @@ #include "ConfigData.hxx" #include "ConfigGlobal.hxx" #include "ConfigOption.hxx" -#include "system/fd_util.h" #include "system/FatalError.hxx" #include "fs/AllocatedPath.hxx" #include "fs/FileSystem.hxx" @@ -33,16 +32,11 @@ #include "system/FatalError.hxx" #include <assert.h> -#include <sys/types.h> -#include <sys/stat.h> #include <string.h> -#include <stdarg.h> #include <fcntl.h> #include <stdio.h> -#include <stdlib.h> #include <time.h> #include <unistd.h> -#include <errno.h> #include <glib.h> #ifdef HAVE_SYSLOG |