diff options
Diffstat (limited to 'src/queue')
-rw-r--r-- | src/queue/Playlist.cxx | 1 | ||||
-rw-r--r-- | src/queue/Playlist.hxx | 1 | ||||
-rw-r--r-- | src/queue/PlaylistControl.cxx | 1 | ||||
-rw-r--r-- | src/queue/PlaylistEdit.cxx | 1 | ||||
-rw-r--r-- | src/queue/PlaylistState.cxx | 1 | ||||
-rw-r--r-- | src/queue/PlaylistTag.cxx | 1 | ||||
-rw-r--r-- | src/queue/PlaylistUpdate.cxx | 1 | ||||
-rw-r--r-- | src/queue/Queue.cxx | 1 | ||||
-rw-r--r-- | src/queue/QueuePrint.cxx | 1 | ||||
-rw-r--r-- | src/queue/QueueSave.cxx | 1 |
10 files changed, 1 insertions, 9 deletions
diff --git a/src/queue/Playlist.cxx b/src/queue/Playlist.cxx index 7f7ff70f1..401526d06 100644 --- a/src/queue/Playlist.cxx +++ b/src/queue/Playlist.cxx @@ -17,7 +17,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "config.h" #include "Playlist.hxx" #include "Listener.hxx" #include "PlaylistError.hxx" diff --git a/src/queue/Playlist.hxx b/src/queue/Playlist.hxx index 69907e79f..1a435be3e 100644 --- a/src/queue/Playlist.hxx +++ b/src/queue/Playlist.hxx @@ -22,6 +22,7 @@ #include "SingleMode.hxx" #include "queue/Queue.hxx" +#include "config.h" enum TagType : uint8_t; struct Tag; diff --git a/src/queue/PlaylistControl.cxx b/src/queue/PlaylistControl.cxx index edc024b38..b9bbd3304 100644 --- a/src/queue/PlaylistControl.cxx +++ b/src/queue/PlaylistControl.cxx @@ -22,7 +22,6 @@ * */ -#include "config.h" #include "Playlist.hxx" #include "PlaylistError.hxx" #include "player/Control.hxx" diff --git a/src/queue/PlaylistEdit.cxx b/src/queue/PlaylistEdit.cxx index 6236119b4..a0e504f44 100644 --- a/src/queue/PlaylistEdit.cxx +++ b/src/queue/PlaylistEdit.cxx @@ -23,7 +23,6 @@ * */ -#include "config.h" #include "Playlist.hxx" #include "Listener.hxx" #include "PlaylistError.hxx" diff --git a/src/queue/PlaylistState.cxx b/src/queue/PlaylistState.cxx index 905deed71..f57409de0 100644 --- a/src/queue/PlaylistState.cxx +++ b/src/queue/PlaylistState.cxx @@ -22,7 +22,6 @@ * */ -#include "config.h" #include "PlaylistState.hxx" #include "PlaylistError.hxx" #include "Playlist.hxx" diff --git a/src/queue/PlaylistTag.cxx b/src/queue/PlaylistTag.cxx index 7e0336504..739bd78d1 100644 --- a/src/queue/PlaylistTag.cxx +++ b/src/queue/PlaylistTag.cxx @@ -23,7 +23,6 @@ * */ -#include "config.h" #include "Playlist.hxx" #include "PlaylistError.hxx" #include "song/DetachedSong.hxx" diff --git a/src/queue/PlaylistUpdate.cxx b/src/queue/PlaylistUpdate.cxx index 97d39a1a4..0558b9b67 100644 --- a/src/queue/PlaylistUpdate.cxx +++ b/src/queue/PlaylistUpdate.cxx @@ -17,7 +17,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "config.h" #include "Playlist.hxx" #include "db/Interface.hxx" #include "song/LightSong.hxx" diff --git a/src/queue/Queue.cxx b/src/queue/Queue.cxx index 15e3fb7f1..c4d0aac2b 100644 --- a/src/queue/Queue.cxx +++ b/src/queue/Queue.cxx @@ -17,7 +17,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "config.h" #include "Queue.hxx" #include "song/DetachedSong.hxx" diff --git a/src/queue/QueuePrint.cxx b/src/queue/QueuePrint.cxx index 3019e08ec..2f396dadc 100644 --- a/src/queue/QueuePrint.cxx +++ b/src/queue/QueuePrint.cxx @@ -17,7 +17,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "config.h" #include "QueuePrint.hxx" #include "Queue.hxx" #include "song/Filter.hxx" diff --git a/src/queue/QueueSave.cxx b/src/queue/QueueSave.cxx index 489293760..d78d8fd02 100644 --- a/src/queue/QueueSave.cxx +++ b/src/queue/QueueSave.cxx @@ -17,7 +17,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "config.h" #include "QueueSave.hxx" #include "Queue.hxx" #include "PlaylistError.hxx" |