summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_write.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-05 07:24:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:30 -0500
commit0a8dff9e475aea5312ecc4bc283e8007ee653185 (patch)
treec616a343321569fd2bfc6d9e2e298ca1dbb98c26 /source4/ntvfs/posix/pvfs_write.c
parente8010adffe44f1ad0d82c7b5c7d5fe2cf7d53afd (diff)
downloadsamba-0a8dff9e475aea5312ecc4bc283e8007ee653185.tar.gz
samba-0a8dff9e475aea5312ecc4bc283e8007ee653185.tar.bz2
samba-0a8dff9e475aea5312ecc4bc283e8007ee653185.zip
r3544: fixed some #include lines to make them more consistent
(This used to be commit a1a0118bd3f1cae034a1c564d05c3aa8019ff932)
Diffstat (limited to 'source4/ntvfs/posix/pvfs_write.c')
-rw-r--r--source4/ntvfs/posix/pvfs_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_write.c b/source4/ntvfs/posix/pvfs_write.c
index 018f43e6d0..ccf3a775a8 100644
--- a/source4/ntvfs/posix/pvfs_write.c
+++ b/source4/ntvfs/posix/pvfs_write.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"