]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ftp.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / print-ftp.c
index 98335ed5bb309276bb4b67de432deb9d11205a4d..927618f577f26d0554e4375c47f250bb3b187a9d 100644 (file)
 
 /* \summary: File Transfer Protocol (FTP) printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
-#include <stdio.h>
-#include <stdlib.h>
-
 #include "netdissect.h"
-#include "extract.h"
 
 void
 ftp_print(netdissect_options *ndo, const u_char *pptr, u_int len)