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
This commit is contained in:
Guy Harris 2004-08-02 23:57:36 +00:00
parent 759d6516ad
commit 6e683f0098
1 changed files with 0 additions and 2 deletions

View File

@ -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);