aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-09 15:24:05 +0200
committerEric Wong <normalperson@yhbt.net>2008-10-11 19:21:49 -0700
commit7f79b3c6fc21d687f116b3e2a2b7bad309a191c0 (patch)
tree0eb13c38c3265d3c6f4d38687db25dc5b89cbc1d /src/update.c
parenta24d3738e35d509aa180fffa127abac8057101cf (diff)
downloadmpd-7f79b3c6fc21d687f116b3e2a2b7bad309a191c0.tar.gz
mpd-7f79b3c6fc21d687f116b3e2a2b7bad309a191c0.tar.xz
mpd-7f79b3c6fc21d687f116b3e2a2b7bad309a191c0.zip
directory: moved dirvec struct declaration to dirvec.h
No idea why it was created in directory.h, but it should be in dirvec.h.
Diffstat (limited to 'src/update.c')
-rw-r--r--src/update.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c
index 1cf6f3537..6e9f1572c 100644
--- a/src/update.c
+++ b/src/update.c
@@ -25,7 +25,6 @@
#include "playlist.h"
#include "utils.h"
#include "main_notify.h"
-#include "dirvec.h"
#include "condition.h"
#include "update.h"