summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-09-24 07:30:15 -0700
committerRalph Boehme <slow@samba.org>2019-10-02 08:01:40 +0000
commitf21af2ace2261fb6e4d4762bcd70784135b62ddb (patch)
tree8ee98bffe87dca8bad6ef5cdeccefc05b9710435
parent993d327f5d24305d96781afeb11855487323975d (diff)
downloadsamba-f21af2ace2261fb6e4d4762bcd70784135b62ddb.tar.gz
lib: Remove some unneeded #includes from tftw.c
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--lib/util/tftw.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/lib/util/tftw.c b/lib/util/tftw.c
index b731a2ef03a..c59bb6a3b1b 100644
--- a/lib/util/tftw.c
+++ b/lib/util/tftw.c
@@ -18,20 +18,9 @@
*/
#include "replace.h"
-#include <errno.h>
-#include <sys/types.h>
-#include <dirent.h>
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <sys/stat.h>
-#include "memory.h"
-#include "debug.h"
-#include "replace.h"
-#include "system/locale.h"
-#include "lib/util/asn1.h"
+#include "system/filesys.h"
+#include "system/dir.h"
#include "lib/util/debug.h"
-#include "lib/util/samba_util.h"
#include "tftw.h"