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/directory_print.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 '')
-rw-r--r-- | src/directory_print.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/directory_print.c b/src/directory_print.c index 6c5178336..501abe200 100644 --- a/src/directory_print.c +++ b/src/directory_print.c @@ -20,7 +20,6 @@ #include "directory.h" #include "client.h" #include "song_print.h" -#include "dirvec.h" static int dirvec_print(struct client *client, const struct dirvec *dv) |