summaryrefslogtreecommitdiff
path: root/checksum.c
diff options
context:
space:
mode:
authorhannes <hannes>2006-02-09 21:34:38 +0000
committerhannes <hannes>2006-02-09 21:34:38 +0000
commitb10b16d7149679d39a55dc392aee1300555c76da (patch)
tree4d1e29941edfec96cf269331835ec0f2ea5348c0 /checksum.c
parentcf3e42b2bff6203c6f4cefd497b2d8db2fbd3d9b (diff)
downloadtcpdump-b10b16d7149679d39a55dc392aee1300555c76da.tar.gz
remove unused header files
Diffstat (limited to 'checksum.c')
-rw-r--r--checksum.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/checksum.c b/checksum.c
index 17edf2d7..189426cc 100644
--- a/checksum.c
+++ b/checksum.c
@@ -19,7 +19,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/checksum.c,v 1.2 2006-02-09 20:35:38 hannes Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/checksum.c,v 1.3 2006-02-09 21:34:38 hannes Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -33,8 +33,6 @@ static const char rcsid[] _U_ =
#include <string.h>
#include "interface.h"
-#include "extract.h"
-#include "addrtoname.h"
#define CRC10_POLYNOMIAL 0x633
static u_int16_t crc10_table[256];