aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-tcp.c')
-rw-r--r--packet-tcp.c16
1 files changed, 5 insertions, 11 deletions
diff --git a/packet-tcp.c b/packet-tcp.c
index 1cfd0ab604..3b4764c5de 100644
--- a/packet-tcp.c
+++ b/packet-tcp.c
@@ -1,7 +1,7 @@
/* packet-tcp.c
* Routines for TCP packet disassembly
*
- * $Id: packet-tcp.c,v 1.79 2000/08/07 03:21:15 guy Exp $
+ * $Id: packet-tcp.c,v 1.80 2000/08/11 13:34:55 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -37,23 +37,17 @@
#include <stdio.h>
#include <glib.h>
-#include "globals.h"
-#include "resolv.h"
-#include "follow.h"
-#include "prefs.h"
#ifdef NEED_SNPRINTF_H
-# ifdef HAVE_STDARG_H
-# include <stdarg.h>
-# else
-# include <varargs.h>
-# endif
# include "snprintf.h"
#endif
+#include "globals.h"
+#include "resolv.h"
+#include "follow.h"
+#include "prefs.h"
#include "plugins.h"
#include "packet-tcp.h"
-
#include "packet-ip.h"
#include "conversation.h"