diff options
author | Max Kellermann <max@duempel.org> | 2008-10-09 15:24:05 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-09 15:24:05 +0200 |
commit | 68f716a28bb92acb8d21785499b49cfc8b6091fb (patch) | |
tree | 76a389a188f76b89ac91379d1330e98c51db82a5 /src/update.c | |
parent | a0c044df11825069fc91dbc1ab9b6960886fd125 (diff) | |
download | mpd-68f716a28bb92acb8d21785499b49cfc8b6091fb.tar.gz mpd-68f716a28bb92acb8d21785499b49cfc8b6091fb.tar.xz mpd-68f716a28bb92acb8d21785499b49cfc8b6091fb.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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c index 312609939..1731f947d 100644 --- a/src/update.c +++ b/src/update.c @@ -27,7 +27,6 @@ #include "playlist.h" #include "utils.h" #include "main_notify.h" -#include "dirvec.h" #include "condition.h" #include "update.h" |