diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-16 18:38:02 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-16 18:38:02 +0100 |
commit | b66ee2ed22754dd44b20c06e573072e328d9a3dd (patch) | |
tree | cbcf812eb42ea279740d91887de37254a448545e /source4/lib/ldb/common | |
parent | 36e490a57dbf5adfd0246a4029344fb95a98131f (diff) | |
download | samba-b66ee2ed22754dd44b20c06e573072e328d9a3dd.tar.gz samba-b66ee2ed22754dd44b20c06e573072e328d9a3dd.tar.bz2 samba-b66ee2ed22754dd44b20c06e573072e328d9a3dd.zip |
Move responsibilities of build.h to makefile.
(This used to be commit a43f6d37bce85748e9cf2675e5beced5db26f1c3)
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r-- | source4/lib/ldb/common/ldb_modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c index 18070bdb86..a3bf71d0d8 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -35,7 +35,6 @@ #if (_SAMBA_BUILD_ >= 4) #include "includes.h" -#include "build.h" #endif #define LDB_MODULE_PREFIX "modules:" |