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:
parent
993d327f5d
commit
f21af2ace2
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user