summaryrefslogtreecommitdiffstats
path: root/source/smbd/dir.c
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1997-10-17 21:06:20 +0000
committerChristopher R. Hertel <crh@samba.org>1997-10-17 21:06:20 +0000
commitcb51c860b352fb9d07fb3298d0317274ba6c9925 (patch)
treee0ad7d7fdceb9d9bf277e46d511a1d2f0a4f5fc6 /source/smbd/dir.c
parent4c99a083b9555b1ccf16faf0d4c1fba8f52bbb6a (diff)
downloadsamba-cb51c860b352fb9d07fb3298d0317274ba6c9925.tar.gz
samba-cb51c860b352fb9d07fb3298d0317274ba6c9925.tar.xz
samba-cb51c860b352fb9d07fb3298d0317274ba6c9925.zip
Simply moved the #include for ubi_dLinkList.h from within dir.c to
includes.h. More consistent with current practice.
Diffstat (limited to 'source/smbd/dir.c')
-rw-r--r--source/smbd/dir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/smbd/dir.c b/source/smbd/dir.c
index d69ccfe1c19..c12305499a5 100644
--- a/source/smbd/dir.c
+++ b/source/smbd/dir.c
@@ -634,8 +634,6 @@ int TellDir(void *p)
* -------------------------------------------------------------------------- **
*/
-#include "ubi_dLinkList.h"
-
typedef struct
{
ubi_dlNode node;