Commit 1482b223 authored by Max Kellermann's avatar Max Kellermann

state_file: include cleanup

parent 9c6b2a32
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "../config.h"
#include "state_file.h" #include "state_file.h"
#include "conf.h" #include "conf.h"
#include "audio.h" #include "audio.h"
......
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
#ifndef MPD_STATE_FILE_H #ifndef MPD_STATE_FILE_H
#define MPD_STATE_FILE_H #define MPD_STATE_FILE_H
#include <glib.h>
void write_state_file(void); void write_state_file(void);
void read_state_file(void); void read_state_file(void);
......
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