From 31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 27 Feb 2011 20:45:42 +0100 Subject: tdb: Use to include tdb so system headers are found when building against system tdb. --- source4/auth/credentials/pycredentials.h | 2 +- source4/auth/pyauth.h | 2 +- source4/lib/tdb_wrap.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source4') diff --git a/source4/auth/credentials/pycredentials.h b/source4/auth/credentials/pycredentials.h index 5c3a9b2ebb..451ade6ee9 100644 --- a/source4/auth/credentials/pycredentials.h +++ b/source4/auth/credentials/pycredentials.h @@ -20,7 +20,7 @@ #define _PYCREDENTIALS_H_ #include "auth/credentials/credentials.h" -#include "lib/talloc/pytalloc.h" +#include extern PyTypeObject PyCredentials; extern PyTypeObject PyCredentialCacheContainer; diff --git a/source4/auth/pyauth.h b/source4/auth/pyauth.h index 2d0379e6e8..38fd2a56a8 100644 --- a/source4/auth/pyauth.h +++ b/source4/auth/pyauth.h @@ -20,7 +20,7 @@ #ifndef _PYAUTH_H_ #define _PYAUTH_H_ -#include "lib/talloc/pytalloc.h" +#include #include "auth/session.h" #define PyAuthSession_AsSession(obj) py_talloc_get_type(obj, struct auth_session_info) diff --git a/source4/lib/tdb_wrap.c b/source4/lib/tdb_wrap.c index e08e4f73fc..97294e13d3 100644 --- a/source4/lib/tdb_wrap.c +++ b/source4/lib/tdb_wrap.c @@ -23,7 +23,7 @@ #include #include "../lib/util/dlinklist.h" #include "tdb_wrap.h" -#include "tdb.h" +#include static struct tdb_wrap *tdb_list; -- cgit