From 1482b22351903557ed2c0596bb3ce53480fb731a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 18 Jan 2009 17:54:50 +0100 Subject: state_file: include cleanup --- src/state_file.c | 1 - src/state_file.h | 2 -- 2 files changed, 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 - void write_state_file(void); void read_state_file(void); -- cgit v1.2.3