Commit b6909da7 authored by Max Kellermann's avatar Max Kellermann

clean up CPP includes

Include only headers which are really required. This speeds up compilation and helps detect cross-layer accesses.
parent a383f451
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "audioOutput.h" #include "audioOutput.h"
#include "log.h" #include "log.h"
#include "command.h" #include "command.h"
#include "playerData.h"
#include "path.h" #include "path.h"
#include "ack.h" #include "ack.h"
#include "myfprintf.h" #include "myfprintf.h"
......
...@@ -26,12 +26,6 @@ ...@@ -26,12 +26,6 @@
#include "_flac_common.h" #include "_flac_common.h"
#include "../log.h" #include "../log.h"
#include "../tag.h"
#include "../inputStream.h"
#include "../outputBuffer.h"
#include "../decode.h"
#include "../replayGain.h"
#include "../os_compat.h"
#include <FLAC/format.h> #include <FLAC/format.h>
#include <FLAC/metadata.h> #include <FLAC/metadata.h>
......
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
#if defined(HAVE_FLAC) || defined(HAVE_OGGFLAC) #if defined(HAVE_FLAC) || defined(HAVE_OGGFLAC)
#include "../tag.h"
#include "../inputStream.h"
#include "../outputBuffer.h"
#include "../decode.h"
#include <FLAC/export.h> #include <FLAC/export.h>
#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT <= 7 #if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT <= 7
# include <FLAC/seekable_stream_decoder.h> # include <FLAC/seekable_stream_decoder.h>
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
(defined(FLAC_API_VERSION_CURRENT) && FLAC_API_VERSION_CURRENT > 7) (defined(FLAC_API_VERSION_CURRENT) && FLAC_API_VERSION_CURRENT > 7)
#include "../utils.h" #include "../utils.h"
#include "../os_compat.h"
ogg_stream_type ogg_stream_type_detect(InputStream * inStream) ogg_stream_type ogg_stream_type_detect(InputStream * inStream)
{ {
......
...@@ -23,11 +23,7 @@ ...@@ -23,11 +23,7 @@
#define AAC_MAX_CHANNELS 6 #define AAC_MAX_CHANNELS 6
#include "../utils.h" #include "../utils.h"
#include "../audio.h"
#include "../log.h" #include "../log.h"
#include "../inputStream.h"
#include "../outputBuffer.h"
#include "../os_compat.h"
#include <faad.h> #include <faad.h>
......
...@@ -22,12 +22,7 @@ ...@@ -22,12 +22,7 @@
#ifdef HAVE_AUDIOFILE #ifdef HAVE_AUDIOFILE
#include "../utils.h"
#include "../audio.h"
#include "../log.h" #include "../log.h"
#include "../pcm_utils.h"
#include "../playerData.h"
#include "../os_compat.h"
#include <audiofile.h> #include <audiofile.h>
......
...@@ -22,12 +22,6 @@ ...@@ -22,12 +22,6 @@
#include "../utils.h" #include "../utils.h"
#include "../log.h" #include "../log.h"
#include "../pcm_utils.h"
#include "../inputStream.h"
#include "../outputBuffer.h"
#include "../replayGain.h"
#include "../audio.h"
#include "../os_compat.h"
/* this code was based on flac123, from flac-tools */ /* this code was based on flac123, from flac-tools */
......
...@@ -21,11 +21,7 @@ ...@@ -21,11 +21,7 @@
#ifdef HAVE_MIKMOD #ifdef HAVE_MIKMOD
#include "../utils.h" #include "../utils.h"
#include "../audio.h"
#include "../log.h" #include "../log.h"
#include "../pcm_utils.h"
#include "../playerData.h"
#include "../os_compat.h"
#include <mikmod.h> #include <mikmod.h>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifdef HAVE_MAD #ifdef HAVE_MAD
#include "../pcm_utils.h"
#include <mad.h> #include <mad.h>
#ifdef HAVE_ID3TAG #ifdef HAVE_ID3TAG
...@@ -29,12 +28,8 @@ ...@@ -29,12 +28,8 @@
#include "../log.h" #include "../log.h"
#include "../utils.h" #include "../utils.h"
#include "../replayGain.h"
#include "../tag.h"
#include "../conf.h" #include "../conf.h"
#include "../os_compat.h"
#define FRAMES_CUSHION 2000 #define FRAMES_CUSHION 2000
#define READ_BUFFER_SIZE 40960 #define READ_BUFFER_SIZE 40960
......
...@@ -21,13 +21,7 @@ ...@@ -21,13 +21,7 @@
#ifdef HAVE_FAAD #ifdef HAVE_FAAD
#include "../utils.h" #include "../utils.h"
#include "../audio.h"
#include "../log.h" #include "../log.h"
#include "../pcm_utils.h"
#include "../inputStream.h"
#include "../outputBuffer.h"
#include "../decode.h"
#include "../os_compat.h"
#include "../mp4ff/mp4ff.h" #include "../mp4ff/mp4ff.h"
......
...@@ -21,13 +21,7 @@ ...@@ -21,13 +21,7 @@
#ifdef HAVE_MPCDEC #ifdef HAVE_MPCDEC
#include "../utils.h" #include "../utils.h"
#include "../audio.h"
#include "../log.h" #include "../log.h"
#include "../pcm_utils.h"
#include "../inputStream.h"
#include "../outputBuffer.h"
#include "../replayGain.h"
#include "../os_compat.h"
#include <mpcdec/mpcdec.h> #include <mpcdec/mpcdec.h>
......
...@@ -27,12 +27,6 @@ ...@@ -27,12 +27,6 @@
#include "../utils.h" #include "../utils.h"
#include "../log.h" #include "../log.h"
#include "../pcm_utils.h"
#include "../inputStream.h"
#include "../outputBuffer.h"
#include "../replayGain.h"
#include "../audio.h"
#include "../os_compat.h"
static void oggflac_cleanup(FlacData * data, static void oggflac_cleanup(FlacData * data,
OggFLAC__SeekableStreamDecoder * decoder) OggFLAC__SeekableStreamDecoder * decoder)
......
...@@ -25,13 +25,7 @@ ...@@ -25,13 +25,7 @@
#include "_ogg_common.h" #include "_ogg_common.h"
#include "../utils.h" #include "../utils.h"
#include "../audio.h"
#include "../log.h" #include "../log.h"
#include "../pcm_utils.h"
#include "../inputStream.h"
#include "../outputBuffer.h"
#include "../replayGain.h"
#include "../os_compat.h"
#ifndef HAVE_TREMOR #ifndef HAVE_TREMOR
#include <vorbis/vorbisfile.h> #include <vorbis/vorbisfile.h>
......
...@@ -23,12 +23,7 @@ ...@@ -23,12 +23,7 @@
#ifdef HAVE_WAVPACK #ifdef HAVE_WAVPACK
#include "../utils.h" #include "../utils.h"
#include "../audio.h"
#include "../log.h" #include "../log.h"
#include "../pcm_utils.h"
#include "../playerData.h"
#include "../outputBuffer.h"
#include "../os_compat.h"
#include "../path.h" #include "../path.h"
#include <wavpack/wavpack.h> #include <wavpack/wavpack.h>
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include "pcm_utils.h" #include "pcm_utils.h"
#include "mpd_types.h" #include "mpd_types.h"
#include "decode.h"
#include "inputStream.h" #include "inputStream.h"
#include "replayGain.h" #include "replayGain.h"
......
...@@ -20,16 +20,8 @@ ...@@ -20,16 +20,8 @@
#include "path.h" #include "path.h"
#include "decode.h" #include "decode.h"
#include "command.h" #include "command.h"
#include "interface.h"
#include "playlist.h"
#include "ls.h"
#include "listen.h"
#include "log.h" #include "log.h"
#include "utils.h"
#include "directory.h"
#include "volume.h"
#include "playerData.h" #include "playerData.h"
#include "permission.h"
#include "ack.h" #include "ack.h"
#include "os_compat.h" #include "os_compat.h"
#include "main_notify.h" #include "main_notify.h"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef PLAYER_H #ifndef PLAYER_H
#define PLAYER_H #define PLAYER_H
#include "decode.h" #include "notify.h"
#include "mpd_types.h" #include "mpd_types.h"
#include "song.h" #include "song.h"
#include "os_compat.h" #include "os_compat.h"
......
...@@ -19,10 +19,8 @@ ...@@ -19,10 +19,8 @@
#ifndef PLAYER_DATA_H #ifndef PLAYER_DATA_H
#define PLAYER_DATA_H #define PLAYER_DATA_H
#include "audio.h"
#include "player.h" #include "player.h"
#include "decode.h" #include "decode.h"
#include "mpd_types.h"
#include "outputBuffer.h" #include "outputBuffer.h"
extern unsigned int buffered_before_play; extern unsigned int buffered_before_play;
......
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#include "command.h" #include "command.h"
#include "signal_check.h" #include "signal_check.h"
#include "log.h" #include "log.h"
#include "player.h"
#include "decode.h"
int handlePendingSignals(void) int handlePendingSignals(void)
{ {
......
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