aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-18 17:54:50 +0100
committerMax Kellermann <max@duempel.org>2009-01-18 17:54:50 +0100
commit1482b22351903557ed2c0596bb3ce53480fb731a (patch)
tree81ed66fe637b3106a6d3ef3fb3791be128dea618 /src
parent9c6b2a32f510778252f3a9c79725334aaec4d80b (diff)
state_file: include cleanup
Diffstat (limited to 'src')
-rw-r--r--src/state_file.c1
-rw-r--r--src/state_file.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/state_file.c b/src/state_file.c
index 3f4bfaa4..52e92053 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 229df286..e9c8d5d1 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);