aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-clv.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-isis-clv.c')
-rw-r--r--packet-isis-clv.c14
1 files changed, 5 insertions, 9 deletions
diff --git a/packet-isis-clv.c b/packet-isis-clv.c
index 6d0788bc6d..4b36e0f37c 100644
--- a/packet-isis-clv.c
+++ b/packet-isis-clv.c
@@ -1,7 +1,7 @@
/* packet-isis-clv.c
* Common CLV decode routines.
*
- * $Id: packet-isis-clv.c,v 1.7 2000/08/10 14:21:09 deniel Exp $
+ * $Id: packet-isis-clv.c,v 1.8 2000/08/11 13:35:17 deniel Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -34,18 +34,14 @@
# include <sys/types.h>
#endif
+#include <stdio.h>
+#include <string.h>
+#include <glib.h>
+
#ifdef NEED_SNPRINTF_H
-# ifdef HAVE_STDARG_H
-# include <stdarg.h>
-# else
-# include <varargs.h>
-# endif
# include "snprintf.h"
#endif
-#include <stdio.h>
-#include <string.h>
-#include <glib.h>
#include "packet.h"
#include "packet-osi.h"
#include "packet-isis.h"