From 1fe6021d75517cb250c2798dcdc48a8fd2c25d4d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 20 Aug 2006 17:37:55 +0000 Subject: correct order of include files --- usr.sbin/tcpdump/print-lldp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/tcpdump/print-lldp.c b/usr.sbin/tcpdump/print-lldp.c index 493e59735d0..63a4f85cb48 100644 --- a/usr.sbin/tcpdump/print-lldp.c +++ b/usr.sbin/tcpdump/print-lldp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-lldp.c,v 1.3 2006/03/28 16:35:51 reyk Exp $ */ +/* $OpenBSD: print-lldp.c,v 1.4 2006/08/20 17:37:54 deraadt Exp $ */ /* * Copyright (c) 2006 Reyk Floeter @@ -22,10 +22,10 @@ #include -#include #include #include #include +#include #include #include -- cgit v1.2.3