aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-09 15:24:05 +0200
committerMax Kellermann <max@duempel.org>2008-10-09 15:24:05 +0200
commit68f716a28bb92acb8d21785499b49cfc8b6091fb (patch)
tree76a389a188f76b89ac91379d1330e98c51db82a5 /src/directory.c
parenta0c044df11825069fc91dbc1ab9b6960886fd125 (diff)
downloadmpd-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/directory.c')
-rw-r--r--src/directory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/directory.c b/src/directory.c
index 7a602c9a9..3a5e5955d 100644
--- a/src/directory.c
+++ b/src/directory.c
@@ -18,7 +18,6 @@
#include "directory.h"
#include "utils.h"
-#include "dirvec.h"
#include <assert.h>
#include <string.h>