You need to sign in or sign up before continuing.
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 @@ ...@@ -33,6 +33,7 @@
#include "sllist.h" #include "sllist.h"
#include "ack.h" #include "ack.h"
#include "audio.h" #include "audio.h"
#include "dbUtils.h"
#include "os_compat.h" #include "os_compat.h"
#define COMMAND_PLAY "play" #define COMMAND_PLAY "play"
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include "volume.h" #include "volume.h"
#include "ack.h" #include "ack.h"
#include "myfprintf.h" #include "myfprintf.h"
#include "dbUtils.h"
#define DIRECTORY_DIR "directory: " #define DIRECTORY_DIR "directory: "
#define DIRECTORY_MTIME "mtime: " #define DIRECTORY_MTIME "mtime: "
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "inputStream.h" #include "inputStream.h"
#include "state_file.h" #include "state_file.h"
#include "tag.h" #include "tag.h"
#include "tagTracker.h"
#include "dbUtils.h" #include "dbUtils.h"
#include "../config.h" #include "../config.h"
#include "utils.h" #include "utils.h"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef PLAYLIST_H #ifndef PLAYLIST_H
#define PLAYLIST_H #define PLAYLIST_H
#include "dbUtils.h" #include "locate.h"
#define PLAYLIST_FILE_SUFFIX "m3u" #define PLAYLIST_FILE_SUFFIX "m3u"
#define PLAYLIST_COMMENT '#' #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