]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rtsp.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / print-rtsp.c
index d607acd6bb3adca3d1ac1039df105fb247d5aff1..f240a90f99c1bcee0f9918f48173829d2bcf285e 100644 (file)
 
 /* \summary: Real Time Streaming Protocol (RTSP) 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"
 
 static const char *rtspcmds[] = {
        "DESCRIBE",