Commit 9af62098 authored by Max Kellermann's avatar Max Kellermann

ConfigPath: include cleanup

parent 1ee6a78c
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment