Commit 1560a70b authored by Max Kellermann's avatar Max Kellermann

include cleanup

Only include headers which are really needed.
parent b7861868
......@@ -33,6 +33,7 @@
#include "sllist.h"
#include "ack.h"
#include "audio.h"
#include "dbUtils.h"
#include "os_compat.h"
#define COMMAND_PLAY "play"
......
......@@ -32,6 +32,7 @@
#include "volume.h"
#include "ack.h"
#include "myfprintf.h"
#include "dbUtils.h"
#define DIRECTORY_DIR "directory: "
#define DIRECTORY_MTIME "mtime: "
......
......@@ -41,7 +41,6 @@
#include "inputStream.h"
#include "state_file.h"
#include "tag.h"
#include "tagTracker.h"
#include "dbUtils.h"
#include "../config.h"
#include "utils.h"
......
......@@ -19,7 +19,7 @@
#ifndef PLAYLIST_H
#define PLAYLIST_H
#include "dbUtils.h"
#include "locate.h"
#define PLAYLIST_FILE_SUFFIX "m3u"
#define PLAYLIST_COMMENT '#'
......
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