Include format_impl.h where functions from format.h are used
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "configuration.h"
|
||||
#include "config.h"
|
||||
#include "mpdpp.h"
|
||||
#include "format_impl.h"
|
||||
#include "settings.h"
|
||||
#include "utility/string.h"
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include "enums.h"
|
||||
#include "helpers.h"
|
||||
#include "format_impl.h"
|
||||
#include "screens/playlist.h"
|
||||
#include "statusbar.h"
|
||||
#include "utility/functional.h"
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
#include "screens/tag_editor.h"
|
||||
#include "title.h"
|
||||
#include "tags.h"
|
||||
#include "format_impl.h"
|
||||
#include "helpers/song_iterator_maker.h"
|
||||
#include "utility/comparators.h"
|
||||
#include "utility/string.h"
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
#include "screens/media_library.h"
|
||||
#include "status.h"
|
||||
#include "statusbar.h"
|
||||
#include "format_impl.h"
|
||||
#include "helpers/song_iterator_maker.h"
|
||||
#include "utility/comparators.h"
|
||||
#include "utility/functional.h"
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#include "song.h"
|
||||
#include "status.h"
|
||||
#include "statusbar.h"
|
||||
#include "format_impl.h"
|
||||
#include "helpers/song_iterator_maker.h"
|
||||
#include "utility/comparators.h"
|
||||
#include "utility/functional.h"
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
#include "status.h"
|
||||
#include "statusbar.h"
|
||||
#include "screens/tag_editor.h"
|
||||
#include "format_impl.h"
|
||||
#include "helpers/song_iterator_maker.h"
|
||||
#include "utility/functional.h"
|
||||
#include "utility/comparators.h"
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#include "settings.h"
|
||||
#include "status.h"
|
||||
#include "statusbar.h"
|
||||
#include "format_impl.h"
|
||||
#include "helpers/song_iterator_maker.h"
|
||||
#include "utility/comparators.h"
|
||||
#include "title.h"
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
#include "display.h"
|
||||
#include "global.h"
|
||||
#include "helpers.h"
|
||||
#include "format_impl.h"
|
||||
#include "curses/menu_impl.h"
|
||||
#include "screens/playlist.h"
|
||||
#include "screens/song_info.h"
|
||||
|
||||
Reference in New Issue
Block a user