r22314: use libreplace headers
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Apr 2007 16:36:24 +0000 (16:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:25 +0000 (12:19 -0500)
metze

source/lib/tdb/tools/tdbdump.c

index 2ff2a2b0193257d33b815307ed2220d834568c94..f01fa426e5d87ff96bb66e6b608b23ef290551b3 100644 (file)
    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)