aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/state_file.c')
-rw-r--r--src/state_file.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/state_file.c b/src/state_file.c
index 1b0b41f1a..a4b2c108f 100644
--- a/src/state_file.c
+++ b/src/state_file.c
@@ -25,12 +25,7 @@
#include "playlist.h"
#include "utils.h"
#include "volume.h"
-
-#include <errno.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/types.h>
-#include <sys/stat.h>
+#include "os_compat.h"
static struct _sf_cb {
void (*reader)(FILE *);