]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Remove some unneeded #includes from tftw.c
authorVolker Lendecke <vl@samba.org>
Tue, 24 Sep 2019 14:30:15 +0000 (07:30 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 2 Oct 2019 08:01:40 +0000 (08:01 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/util/tftw.c

index b731a2ef03af045a0d42586ea9730b9c3b2760d6..c59bb6a3b1b851476b683913dc1414c3b3d03bf0 100644 (file)
  */
 
 #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"