aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ajp13.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-29 00:05:05 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-29 00:05:05 +0000
commit3b2e839be1c60435270e2de5fad393811feae506 (patch)
treec3fa06df8564d4e759cb0ee882fb062d7b1fbac9 /packet-ajp13.c
parentad03dc77754c98fafd9ba2a3fd0ad28cb92be793 (diff)
"packet-ajp13.h" declared a non-existent routine; remove it.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5792 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ajp13.c')
-rw-r--r--packet-ajp13.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ajp13.c b/packet-ajp13.c
index e15ffd581a..4553463e44 100644
--- a/packet-ajp13.c
+++ b/packet-ajp13.c
@@ -2,7 +2,7 @@
* Routines for AJP13 dissection
* Copyright 2002, Christopher K. St. John <cks@distributopia.com>
*
- * $Id: packet-ajp13.c,v 1.4 2002/06/28 23:58:06 guy Exp $
+ * $Id: packet-ajp13.c,v 1.5 2002/06/29 00:05:05 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -47,7 +47,6 @@
#include <epan/packet.h>
#include <epan/conversation.h>
-#include "packet-ajp13.h"
#include "packet-tcp.h"