r22051: use libreplace headers
authorStefan Metzmacher <metze@samba.org>
Tue, 3 Apr 2007 07:00:53 +0000 (07:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:06 +0000 (12:19 -0500)
metze
(This used to be commit 1017ca3eaa5cb8f4537886df5a1ee62439fff2f0)

source3/tdb/tools/tdbtool.c

index 88384a8cf54e24fd2404531397aa1ea64528dfe9..4998ff7323e86183823c981d6db82a33060f250f 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/mman.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"
 #include "pstring.h"