directory.c: kill unnecessary includes
This commit is contained in:
parent
52a0ea2dc5
commit
5ec578119f
@ -19,16 +19,13 @@
|
||||
#include "directory.h"
|
||||
|
||||
#include "conf.h"
|
||||
#include "client.h"
|
||||
#include "listen.h"
|
||||
#include "log.h"
|
||||
#include "ls.h"
|
||||
#include "path.h"
|
||||
#include "playlist.h"
|
||||
#include "sig_handlers.h"
|
||||
#include "stats.h"
|
||||
#include "utils.h"
|
||||
#include "volume.h"
|
||||
#include "client.h"
|
||||
#include "dbUtils.h"
|
||||
#include "song_print.h"
|
||||
#include "song_save.h"
|
||||
|
Loading…
Reference in New Issue
Block a user