aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-browse.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-browse.c
parentb4f33e056a4c3eacce8f072f892bead8dd6a5401 (diff)
Eliminate "alignment.h" header - the stuff in it is no longer used.
svn path=/trunk/; revision=9625
Diffstat (limited to 'packet-smb-browse.c')
-rw-r--r--packet-smb-browse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-smb-browse.c b/packet-smb-browse.c
index 26bba10705..85c38e3d9a 100644
--- a/packet-smb-browse.c
+++ b/packet-smb-browse.c
@@ -2,7 +2,7 @@
* Routines for SMB Browser packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb-browse.c,v 1.34 2003/11/19 03:53:32 guy Exp $
+ * $Id: packet-smb-browse.c,v 1.35 2004/01/10 02:43:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -37,7 +37,6 @@
#include <ctype.h>
#include <epan/packet.h>
#include "smb.h"
-#include "alignment.h"
#include "packet-smb-browse.h"
#include "packet-dcerpc.h"