aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/conf.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/conf.c b/src/conf.c
index 291ae30d2..6b3973a1d 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -23,16 +23,8 @@
#include "utils.h"
#include "buffer2array.h"
#include "list.h"
-
-#include <sys/param.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-#include <sys/types.h>
-#include <pwd.h>
-#include <errno.h>
#include "path.h"
+#include "os_compat.h"
#define MAX_STRING_SIZE MPD_PATH_MAX+80