summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-03 07:00:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:06 -0500
commitc1ecf3bda3aff7e4881b627b6301e126773ff03d (patch)
tree6ca11978a253a8c93b557511351c941a454444e5
parentafd637e926c70f9ca88d8e85ea2c684032962bc9 (diff)
downloadsamba-c1ecf3bda3aff7e4881b627b6301e126773ff03d.tar.gz
samba-c1ecf3bda3aff7e4881b627b6301e126773ff03d.tar.bz2
samba-c1ecf3bda3aff7e4881b627b6301e126773ff03d.zip
r22051: use libreplace headers
metze (This used to be commit 1017ca3eaa5cb8f4537886df5a1ee62439fff2f0)
-rw-r--r--source3/tdb/tools/tdbtool.c17
1 files changed, 4 insertions, 13 deletions
diff --git a/source3/tdb/tools/tdbtool.c b/source3/tdb/tools/tdbtool.c
index 88384a8cf5..4998ff7323 100644
--- a/source3/tdb/tools/tdbtool.c
+++ b/source3/tdb/tools/tdbtool.c
@@ -21,19 +21,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/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"