diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-08-13 09:03:23 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-08-13 09:03:23 +0000 |
commit | deb5c457a28f483f5c03d538edd1ec5ed8ae73aa (patch) | |
tree | cdd4538871f7e9e18e5d4554e41cf5f26ff96ecb /packet-smpp.c | |
parent | 5770e384a08a6d91993c86db6133c06776d87bab (diff) | |
download | wireshark-deb5c457a28f483f5c03d538edd1ec5ed8ae73aa.tar.gz wireshark-deb5c457a28f483f5c03d538edd1ec5ed8ae73aa.tar.bz2 wireshark-deb5c457a28f483f5c03d538edd1ec5ed8ae73aa.zip |
Get rid of a commented-out #include.
svn path=/trunk/; revision=5988
Diffstat (limited to 'packet-smpp.c')
-rw-r--r-- | packet-smpp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-smpp.c b/packet-smpp.c index 847f905f4a..6df90111b9 100644 --- a/packet-smpp.c +++ b/packet-smpp.c @@ -2,7 +2,7 @@ * Routines for Short Message Peer to Peer dissection * Copyright 2001, Tom Uijldert <tom.uijldert@cmg.nl> * - * $Id: packet-smpp.c,v 1.8 2002/08/02 23:36:02 jmayer Exp $ + * $Id: packet-smpp.c,v 1.9 2002/08/13 09:03:23 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -40,7 +40,6 @@ #include <glib.h> #include <epan/packet.h> -/* #include "packet-smpp.h" */ /* We autoregister */ /* Forward declarations */ static void dissect_smpp(tvbuff_t *, packet_info *, proto_tree *t); |