From 10087a663bfda233d3e18137f469f0cc7e769a0a Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Fri, 17 Oct 1997 21:06:20 +0000 Subject: Simply moved the #include for ubi_dLinkList.h from within dir.c to includes.h. More consistent with current practice. (This used to be commit cb51c860b352fb9d07fb3298d0317274ba6c9925) --- source3/smbd/dir.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/smbd/dir.c') diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index d69ccfe1c1..c12305499a 100644 --- a/source3/smbd/dir.c +++ b/source3/smbd/dir.c @@ -634,8 +634,6 @@ int TellDir(void *p) * -------------------------------------------------------------------------- ** */ -#include "ubi_dLinkList.h" - typedef struct { ubi_dlNode node; -- cgit