diff options
author | Max Kellermann <max@duempel.org> | 2009-01-18 17:54:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-18 17:54:50 +0100 |
commit | 1482b22351903557ed2c0596bb3ce53480fb731a (patch) | |
tree | 81ed66fe637b3106a6d3ef3fb3791be128dea618 /src | |
parent | 9c6b2a32f510778252f3a9c79725334aaec4d80b (diff) | |
download | mpd-1482b22351903557ed2c0596bb3ce53480fb731a.tar.gz mpd-1482b22351903557ed2c0596bb3ce53480fb731a.tar.xz mpd-1482b22351903557ed2c0596bb3ce53480fb731a.zip |
state_file: include cleanup
Diffstat (limited to 'src')
-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); |