diff options
Diffstat (limited to '')
-rw-r--r-- | src/state_file.c | 7 |
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 *); |