diff options
-rw-r--r-- | src/state_file.c | 1 | ||||
-rw-r--r-- | src/state_file.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/state_file.c b/src/state_file.c index 3f4bfaa44..52e920531 100644 --- a/src/state_file.c +++ b/src/state_file.c @@ -16,7 +16,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "../config.h" #include "state_file.h" #include "conf.h" #include "audio.h" diff --git a/src/state_file.h b/src/state_file.h index 229df2861..e9c8d5d10 100644 --- a/src/state_file.h +++ b/src/state_file.h @@ -19,8 +19,6 @@ #ifndef MPD_STATE_FILE_H #define MPD_STATE_FILE_H -#include <glib.h> - void write_state_file(void); void read_state_file(void); |