include cleanup
This commit is contained in:
parent
a0ad96a787
commit
77d3b5e8f1
|
@ -27,6 +27,7 @@
|
|||
#include "buffer.h"
|
||||
#include "player_control.h"
|
||||
#include "mpd_error.h"
|
||||
#include "notify.h"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include "chunk.h"
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "filter/convert_filter_plugin.h"
|
||||
#include "filter/replay_gain_filter_plugin.h"
|
||||
#include "mpd_error.h"
|
||||
#include "notify.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
|
|
@ -20,9 +20,10 @@
|
|||
#ifndef MPD_PLAYER_H
|
||||
#define MPD_PLAYER_H
|
||||
|
||||
#include "notify.h"
|
||||
#include "audio_format.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct decoder_control;
|
||||
|
|
Loading…
Reference in New Issue