Commit 77d3b5e8 authored by Max Kellermann's avatar Max Kellermann

include cleanup

parent a0ad96a7
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "buffer.h" #include "buffer.h"
#include "player_control.h" #include "player_control.h"
#include "mpd_error.h" #include "mpd_error.h"
#include "notify.h"
#ifndef NDEBUG #ifndef NDEBUG
#include "chunk.h" #include "chunk.h"
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "filter/convert_filter_plugin.h" #include "filter/convert_filter_plugin.h"
#include "filter/replay_gain_filter_plugin.h" #include "filter/replay_gain_filter_plugin.h"
#include "mpd_error.h" #include "mpd_error.h"
#include "notify.h"
#include <glib.h> #include <glib.h>
......
...@@ -20,9 +20,10 @@ ...@@ -20,9 +20,10 @@
#ifndef MPD_PLAYER_H #ifndef MPD_PLAYER_H
#define MPD_PLAYER_H #define MPD_PLAYER_H
#include "notify.h"
#include "audio_format.h" #include "audio_format.h"
#include <glib.h>
#include <stdint.h> #include <stdint.h>
struct decoder_control; struct decoder_control;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment