summaryrefslogtreecommitdiff
path: root/dftest.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-07-17 00:43:03 +0000
committerGuy Harris <guy@alum.mit.edu>2002-07-17 00:43:03 +0000
commit77fa06b8995c884495c533a3536eb252659d086c (patch)
tree550c80371da364fba5ba793670b539f31e29dd45 /dftest.c
parentca6badc579350a0736dae5bf95e06c6aae0bf1a7 (diff)
downloadwireshark-77fa06b8995c884495c533a3536eb252659d086c.tar.gz
From Joerg Mayer:
dftest.c: Remove #if-0-ed includes packet-ieee80211.c, packet-wtls.c, packet-afp.c, packet-wsp.c, packet-wtp.c, ethereal_gen.py: Remove redundant include varargs (already in snprintf.h, and required only for snprintf.h) Remove unused include of snprintf.h from files not using "snprintf()". svn path=/trunk/; revision=5889
Diffstat (limited to 'dftest.c')
-rw-r--r--dftest.c28
1 files changed, 1 insertions, 27 deletions
diff --git a/dftest.c b/dftest.c
index fa7e0aac2f..0b877a1210 100644
--- a/dftest.c
+++ b/dftest.c
@@ -1,6 +1,6 @@
/* dftest.c.c
*
- * $Id: dftest.c,v 1.3 2002/01/21 07:36:31 guy Exp $
+ * $Id: dftest.c,v 1.4 2002/07/17 00:42:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -34,32 +34,6 @@
#include <string.h>
#include <errno.h>
-#if 0
-
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
-
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
-#ifdef HAVE_SYS_STAT_H
-#include <sys/stat.h>
-#endif
-
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-
-#include <signal.h>
-
-#ifdef NEED_SNPRINTF_H
-# include "snprintf.h"
-#endif
-#endif
-
#ifdef NEED_STRERROR_H
#include "strerror.h"
#endif