From 0a8dff9e475aea5312ecc4bc283e8007ee653185 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 Nov 2004 07:24:25 +0000 Subject: r3544: fixed some #include lines to make them more consistent (This used to be commit a1a0118bd3f1cae034a1c564d05c3aa8019ff932) --- source4/ntvfs/posix/pvfs_seek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/posix/pvfs_seek.c') diff --git a/source4/ntvfs/posix/pvfs_seek.c b/source4/ntvfs/posix/pvfs_seek.c index f965e584ee..c90db952fc 100644 --- a/source4/ntvfs/posix/pvfs_seek.c +++ b/source4/ntvfs/posix/pvfs_seek.c @@ -20,7 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "include/includes.h" +#include "includes.h" #include "vfs_posix.h" /* -- cgit