summaryrefslogtreecommitdiff
path: root/tftp/tftpsubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tftp/tftpsubs.c')
-rw-r--r--tftp/tftpsubs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tftp/tftpsubs.c b/tftp/tftpsubs.c
index 8b739cf..c358ccd 100644
--- a/tftp/tftpsubs.c
+++ b/tftp/tftpsubs.c
@@ -66,8 +66,6 @@ static const char *rcsid UNUSED =
#include <string.h>
#include <unistd.h>
-#include "../config.h"
-
#define PKTSIZE MAX_SEGSIZE+4 /* should be moved to tftp.h */
int segsize = SEGSIZE; /* Default segsize */