summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-17 16:36:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:25 -0500
commitf1a0e7dc75a917c719fd8417859a31b7d9722b1d (patch)
tree9528035829713eebe70e2e39f71f244f972aea8f /source3
parentf71842884589dea67c6d9b9455ec662994e37bca (diff)
downloadsamba-f1a0e7dc75a917c719fd8417859a31b7d9722b1d.tar.gz
samba-f1a0e7dc75a917c719fd8417859a31b7d9722b1d.tar.bz2
samba-f1a0e7dc75a917c719fd8417859a31b7d9722b1d.zip
r22314: use libreplace headers
metze (This used to be commit d757cdc092b07972c110208717f13fdc0656f55f)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/tdb/tools/tdbdump.c16
1 files changed, 4 insertions, 12 deletions
diff --git a/source3/lib/tdb/tools/tdbdump.c b/source3/lib/tdb/tools/tdbdump.c
index 2ff2a2b019..f01fa426e5 100644
--- a/source3/lib/tdb/tools/tdbdump.c
+++ b/source3/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)