1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib: Remove some unneeded #includes from tftw.c

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke 2019-09-24 07:30:15 -07:00 committed by Ralph Boehme
parent 993d327f5d
commit f21af2ace2

View File

@ -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"