Move screens to subdirectory
This commit is contained in:
@@ -42,26 +42,26 @@
|
||||
|
||||
#include "curses/menu_impl.h"
|
||||
#include "bindings.h"
|
||||
#include "browser.h"
|
||||
#include "clock.h"
|
||||
#include "help.h"
|
||||
#include "media_library.h"
|
||||
#include "lastfm.h"
|
||||
#include "lyrics.h"
|
||||
#include "playlist.h"
|
||||
#include "playlist_editor.h"
|
||||
#include "sort_playlist.h"
|
||||
#include "search_engine.h"
|
||||
#include "sel_items_adder.h"
|
||||
#include "server_info.h"
|
||||
#include "song_info.h"
|
||||
#include "outputs.h"
|
||||
#include "screens/browser.h"
|
||||
#include "screens/clock.h"
|
||||
#include "screens/help.h"
|
||||
#include "screens/media_library.h"
|
||||
#include "screens/lastfm.h"
|
||||
#include "screens/lyrics.h"
|
||||
#include "screens/playlist.h"
|
||||
#include "screens/playlist_editor.h"
|
||||
#include "screens/sort_playlist.h"
|
||||
#include "screens/search_engine.h"
|
||||
#include "screens/sel_items_adder.h"
|
||||
#include "screens/server_info.h"
|
||||
#include "screens/song_info.h"
|
||||
#include "screens/outputs.h"
|
||||
#include "utility/readline.h"
|
||||
#include "utility/string.h"
|
||||
#include "utility/type_conversions.h"
|
||||
#include "tag_editor.h"
|
||||
#include "tiny_tag_editor.h"
|
||||
#include "visualizer.h"
|
||||
#include "screens/tag_editor.h"
|
||||
#include "screens/tiny_tag_editor.h"
|
||||
#include "screens/visualizer.h"
|
||||
#include "title.h"
|
||||
#include "tags.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user