summaryrefslogtreecommitdiff
path: root/packet-smb.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-10 02:43:29 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-10 02:43:29 +0000
commit550a238a0fae6d055df4872aaeac3d0be65c86e6 (patch)
tree0682084cf109e893b99ed7987837c424bed71059 /packet-smb.c
parentb4f33e056a4c3eacce8f072f892bead8dd6a5401 (diff)
downloadwireshark-550a238a0fae6d055df4872aaeac3d0be65c86e6.tar.gz
Eliminate "alignment.h" header - the stuff in it is no longer used.
svn path=/trunk/; revision=9625
Diffstat (limited to 'packet-smb.c')
-rw-r--r--packet-smb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-smb.c b/packet-smb.c
index 0df5bdb688..f03fa7a556 100644
--- a/packet-smb.c
+++ b/packet-smb.c
@@ -3,7 +3,7 @@
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
* 2001 Rewrite by Ronnie Sahlberg and Guy Harris
*
- * $Id: packet-smb.c,v 1.383 2004/01/02 23:44:20 guy Exp $
+ * $Id: packet-smb.c,v 1.384 2004/01/10 02:43:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -40,7 +40,6 @@
#include <epan/packet.h>
#include <epan/conversation.h>
#include "smb.h"
-#include "alignment.h"
#include <epan/strutil.h>
#include "prefs.h"
#include "reassemble.h"