summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-11-16 17:17:25 +0000
committerJeremy Allison <jra@samba.org>2016-11-20 06:23:19 +0100
commitdf9e7c7ae55da5df1f55be194dff86896897de4a (patch)
treecc04bbb9114e25d49b979da285ac0d7b0258caba /source4/include
parentc06b78d0be5066c7e56c7715798f5a7b0b676451 (diff)
downloadsamba-df9e7c7ae55da5df1f55be194dff86896897de4a.tar.gz
lib: Remove global xfile.h includes
This makes it more obvious where this legacy code is used Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sun Nov 20 06:23:19 CET 2016 on sn-devel-144
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 5aabb8e670e..39b04943420 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -55,7 +55,6 @@
#ifndef _PRINTF_ATTRIBUTE
#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
#endif
-#include "../lib/util/xfile.h"
#include "../lib/util/attr.h"
/* debug.h need to be included before samba_util.h for the macro SMB_ASSERT */