aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-common.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-02 23:57:36 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-02 23:57:36 +0000
commit6e683f009886ed74c315f455bfedf31e496f7ba9 (patch)
tree660f2110133b178e55476a4bca421a5f114bc7ad /epan/dissectors/packet-smb-common.h
parent759d6516ad76f16fff637d111c47124d686aad3b (diff)
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
Diffstat (limited to 'epan/dissectors/packet-smb-common.h')
-rw-r--r--epan/dissectors/packet-smb-common.h2
1 files changed, 0 insertions, 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);