aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigPath.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-12 10:17:04 +0200
committerMax Kellermann <max@duempel.org>2013-09-12 10:17:41 +0200
commit9af620982c5f35f478484ad3a4ea236b133481c5 (patch)
tree6acb595165033919fc3b8ebb6cb8c3a0d444ca9e /src/ConfigPath.cxx
parent1ee6a78cb727561e75a5d60135bb0cd7956f70b0 (diff)
downloadmpd-9af620982c5f35f478484ad3a4ea236b133481c5.tar.gz
mpd-9af620982c5f35f478484ad3a4ea236b133481c5.tar.xz
mpd-9af620982c5f35f478484ad3a4ea236b133481c5.zip
ConfigPath: include cleanup
Diffstat (limited to 'src/ConfigPath.cxx')
-rw-r--r--src/ConfigPath.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/ConfigPath.cxx b/src/ConfigPath.cxx
index f9236df2a..cc2292c51 100644
--- a/src/ConfigPath.cxx
+++ b/src/ConfigPath.cxx
@@ -22,32 +22,16 @@
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include "ConfigGlobal.hxx"
-#include "ConfigOption.hxx"
#include <glib.h>
#include <assert.h>
#include <string.h>
-#include <sys/types.h>
-#include <fcntl.h>
-#include <errno.h>
#ifndef WIN32
#include <pwd.h>
#endif
-#if HAVE_IPV6 && WIN32
-#include <winsock2.h>
-#endif
-
-#if HAVE_IPV6 && ! WIN32
-#include <sys/socket.h>
-#endif
-
-#ifdef WIN32
-#include <windows.h>
-#endif
-
Path
ParsePath(const char *path, Error &error)
{