diff options
author | Max Kellermann <max@duempel.org> | 2013-01-28 20:30:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-28 20:30:47 +0100 |
commit | 2e9f054ec0bfc6dda5c605688fe64301b3a7ea91 (patch) | |
tree | 07e3b002d464fa9d9a84bb212a9b2fe2fc6d1ff6 /src | |
parent | 2aa34882b7aef2b029df2acbbb17f742eb5fefaa (diff) | |
download | mpd-2e9f054ec0bfc6dda5c605688fe64301b3a7ea91.tar.gz mpd-2e9f054ec0bfc6dda5c605688fe64301b3a7ea91.tar.xz mpd-2e9f054ec0bfc6dda5c605688fe64301b3a7ea91.zip |
audio_config: include cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/audio_config.c | 7 | ||||
-rw-r--r-- | src/audio_config.h | 4 |
2 files changed, 2 insertions, 9 deletions
diff --git a/src/audio_config.c b/src/audio_config.c index a32f43733..fe7484fb4 100644 --- a/src/audio_config.c +++ b/src/audio_config.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 The Music Player Daemon Project + * Copyright (C) 2003-2013 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -21,16 +21,11 @@ #include "audio_config.h" #include "audio_format.h" #include "audio_parser.h" -#include "output_internal.h" -#include "output_plugin.h" #include "conf.h" #include "mpd_error.h" #include <glib.h> -#include <assert.h> -#include <stdlib.h> - static struct audio_format configured_audio_format; void getOutputAudioFormat(const struct audio_format *inAudioFormat, diff --git a/src/audio_config.h b/src/audio_config.h index 85143247f..fe43dbbcf 100644 --- a/src/audio_config.h +++ b/src/audio_config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 The Music Player Daemon Project + * Copyright (C) 2003-2013 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -20,8 +20,6 @@ #ifndef MPD_AUDIO_CONFIG_H #define MPD_AUDIO_CONFIG_H -#include <stdbool.h> - struct audio_format; void getOutputAudioFormat(const struct audio_format *inFormat, |