ls: include cleanup

Don't include headers which are not used.  Fix some includes in
decoder_thread.c.
This commit is contained in:
Max Kellermann
2009-01-04 17:26:12 +01:00
parent 599d5820bc
commit 77d3643036
3 changed files with 7 additions and 9 deletions

View File

@@ -20,6 +20,7 @@
#include "decoder_thread.h"
#include "decoder_control.h"
#include "decoder_internal.h"
#include "decoder_list.h"
#include "player_control.h"
#include "pipe.h"
#include "song.h"
@@ -30,6 +31,8 @@
#include <glib.h>
#include <unistd.h>
static bool
decoder_stream_decode(const struct decoder_plugin *plugin,
struct decoder *decoder,