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 #include #include -#include -#include -#include #ifndef WIN32 #include #endif -#if HAVE_IPV6 && WIN32 -#include -#endif - -#if HAVE_IPV6 && ! WIN32 -#include -#endif - -#ifdef WIN32 -#include -#endif - Path ParsePath(const char *path, Error &error) {