aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-02 14:57:42 +0200
committerMax Kellermann <max@duempel.org>2008-10-02 14:57:42 +0200
commitdf17096f5effbf060e75f87030cea66081e81d4f (patch)
tree11e72189e9ce43d4d79309facccbe2715097d9a2 /src/playlist.c
parent5d852bd60fa12ef257c15f7274116a23aa67caec (diff)
downloadmpd-df17096f5effbf060e75f87030cea66081e81d4f.tar.gz
mpd-df17096f5effbf060e75f87030cea66081e81d4f.tar.xz
mpd-df17096f5effbf060e75f87030cea66081e81d4f.zip
configure.ac: define ENABLE_x_SCREEN instead of DISABLE_x_SCREEN
Everybody who uses the ENABLE_ macros has to include ncmpc.h. We're better off defining those in config.h via configure.ac.
Diffstat (limited to '')
-rw-r--r--src/playlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/playlist.c b/src/playlist.c
index 919b4c34f..108c4f51a 100644
--- a/src/playlist.c
+++ b/src/playlist.c
@@ -21,7 +21,6 @@
#include "playlist.h"
#include "mpdclient.h"
-#include "ncmpc.h"
#include <string.h>