state_file: include cleanup
This commit is contained in:
parent
9c6b2a32f5
commit
1482b22351
|
@ -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"
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue