diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-01-10 02:43:29 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-01-10 02:43:29 +0000 |
commit | 550a238a0fae6d055df4872aaeac3d0be65c86e6 (patch) | |
tree | 0682084cf109e893b99ed7987837c424bed71059 /packet-smb-common.h | |
parent | b4f33e056a4c3eacce8f072f892bead8dd6a5401 (diff) | |
download | wireshark-550a238a0fae6d055df4872aaeac3d0be65c86e6.tar.gz wireshark-550a238a0fae6d055df4872aaeac3d0be65c86e6.tar.bz2 wireshark-550a238a0fae6d055df4872aaeac3d0be65c86e6.zip |
Eliminate "alignment.h" header - the stuff in it is no longer used.
svn path=/trunk/; revision=9625
Diffstat (limited to 'packet-smb-common.h')
-rw-r--r-- | packet-smb-common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-smb-common.h b/packet-smb-common.h index ec43fbe8d2..04a4dba43c 100644 --- a/packet-smb-common.h +++ b/packet-smb-common.h @@ -2,7 +2,7 @@ * Routines for SMB packet dissection * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com> * - * $Id: packet-smb-common.h,v 1.24 2003/05/21 10:16:10 sahlberg Exp $ + * $Id: packet-smb-common.h,v 1.25 2004/01/10 02:43:28 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -41,7 +41,6 @@ #include <epan/packet.h> #include <epan/conversation.h> #include "smb.h" -#include "alignment.h" int dissect_smb_unknown(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset); |