diff options
author | Christian Ambach <ambi@samba.org> | 2013-11-22 05:18:36 +0100 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2013-12-07 16:45:15 +0100 |
commit | 0f41792dc597854f0d53c25c2975f542dd812711 (patch) | |
tree | 882e6e84f52b440b75b5485207eb349feaba75f7 /lib/ntdb/test/api-simple-delete.c | |
parent | 7be0e91ddecf019bf1d7247abc16397a0f80c911 (diff) | |
download | samba-0f41792dc597854f0d53c25c2975f542dd812711.tar.gz samba-0f41792dc597854f0d53c25c2975f542dd812711.tar.xz samba-0f41792dc597854f0d53c25c2975f542dd812711.zip |
lib/ntdb optimize includes in ntdb tests
use the private header (which will use libreplace or system headers)
instead of direct includes of system includes
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Rusty Russell <rusty@samba.org>
Diffstat (limited to 'lib/ntdb/test/api-simple-delete.c')
-rw-r--r-- | lib/ntdb/test/api-simple-delete.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ntdb/test/api-simple-delete.c b/lib/ntdb/test/api-simple-delete.c index dedc433d1f..e8baf4c516 100644 --- a/lib/ntdb/test/api-simple-delete.c +++ b/lib/ntdb/test/api-simple-delete.c @@ -1,9 +1,7 @@ #include "config.h" #include "ntdb.h" +#include "private.h" #include "tap-interface.h" -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> #include "logging.h" int main(int argc, char *argv[]) |