Nothing, other than the include of "smb.h", in "packet-smb-common.h" is

used here; don't include it, just include "smb.h".

svn path=/trunk/; revision=11590
This commit is contained in:
Guy Harris 2004-08-02 23:53:23 +00:00
parent 8b73c79056
commit 759d6516ad
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#include <glib.h>
#include <epan/packet.h>
#include "packet-smb-common.h"
#include "smb.h"
#include "packet-smb-mailslot.h"
#include "packet-smb-browse.h"
#include "packet-smb-pipe.h"