summaryrefslogtreecommitdiff
path: root/lib/dbwrap
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-10-16 15:29:28 +0200
committerJeremy Allison <jra@samba.org>2019-11-22 23:57:46 +0000
commitbc2fc51abef823090f178de7e39890bdd91f9067 (patch)
tree69bb2a96fc2e208b49148cae73b596426b8ef2a0 /lib/dbwrap
parente7f0e858e00a76976c3d84c8808e9296254b42a5 (diff)
downloadsamba-bc2fc51abef823090f178de7e39890bdd91f9067.tar.gz
dbwrap_tdb: Avoid includes.h
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/dbwrap')
-rw-r--r--lib/dbwrap/dbwrap_tdb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/dbwrap/dbwrap_tdb.c b/lib/dbwrap/dbwrap_tdb.c
index 1ac7dc9ed7a..c7da7eef9a0 100644
--- a/lib/dbwrap/dbwrap_tdb.c
+++ b/lib/dbwrap/dbwrap_tdb.c
@@ -17,12 +17,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "includes.h"
+#include "replace.h"
#include "dbwrap/dbwrap.h"
#include "dbwrap/dbwrap_private.h"
#include "dbwrap/dbwrap_tdb.h"
#include "lib/tdb_wrap/tdb_wrap.h"
#include "lib/util/util_tdb.h"
+#include "lib/util/debug.h"
+#include "lib/util/samba_util.h"
#include "system/filesys.h"
#include "lib/param/param.h"
#include "libcli/util/error.h"