diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-17 16:36:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:25 -0500 |
commit | d757cdc092b07972c110208717f13fdc0656f55f (patch) | |
tree | 5ba38473d3cc17752bb6e1d77a54c1700ea71c0b | |
parent | 363d1d676c568e10bbcbe2b95e422067a4740161 (diff) | |
download | samba-d757cdc092b07972c110208717f13fdc0656f55f.tar.gz samba-d757cdc092b07972c110208717f13fdc0656f55f.tar.xz samba-d757cdc092b07972c110208717f13fdc0656f55f.zip |
r22314: use libreplace headers
metze
-rw-r--r-- | source/lib/tdb/tools/tdbdump.c | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/source/lib/tdb/tools/tdbdump.c b/source/lib/tdb/tools/tdbdump.c index 2ff2a2b0193..f01fa426e5d 100644 --- a/source/lib/tdb/tools/tdbdump.c +++ b/source/lib/tdb/tools/tdbdump.c @@ -18,18 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <errno.h> -#include <stdlib.h> -#include <stdio.h> -#include <fcntl.h> -#include <unistd.h> -#include <string.h> -#include <fcntl.h> -#include <time.h> -#include <sys/stat.h> -#include <sys/time.h> -#include <ctype.h> -#include <signal.h> +#include "replace.h" +#include "system/locale.h" +#include "system/time.h" +#include "system/filesys.h" #include "tdb.h" static void print_data(TDB_DATA d) |