aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-10 02:43:29 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-10 02:43:29 +0000
commit0a1a5b51fe4fb18eef7c7aec3f306fa7dccd787d (patch)
tree0682084cf109e893b99ed7987837c424bed71059 /packet-smb.c
parentfdefc98a85487ff28b445e2f03b814db508cac04 (diff)
Eliminate "alignment.h" header - the stuff in it is no longer used.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9625 f5534014-38df-0310-8fa8-9805f1628bb7
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"