From 6e683f009886ed74c315f455bfedf31e496f7ba9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 2 Aug 2004 23:57:36 +0000 Subject: [PATCH] Every file that includes "packet-smb-common.h" either includes "smb.h" or doesn't need anything defined by "smb.h", so don't include it in "packet-smb-common.h". svn path=/trunk/; revision=11591 --- epan/dissectors/packet-smb-common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/epan/dissectors/packet-smb-common.h b/epan/dissectors/packet-smb-common.h index 6cd353dae2..4b612f0cad 100644 --- a/epan/dissectors/packet-smb-common.h +++ b/epan/dissectors/packet-smb-common.h @@ -28,8 +28,6 @@ #ifndef __PACKET_SMB_COMMON_H__ #define __PACKET_SMB_COMMON_H__ -#include "smb.h" - int display_unicode_string(tvbuff_t *tvb, proto_tree *tree, int offset, int hf_index, char **data); int display_ms_string(tvbuff_t *tvb, proto_tree *tree, int offset, int hf_index, char **data);