aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-wkssvc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-03 02:28:49 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-03 02:28:49 +0000
commit13bb12c4f1e8611202bca516e65cddc5e29e45ce (patch)
treef31a0b745dea790a0070678be6db8442ba481cac /epan/dissectors/packet-dcerpc-wkssvc.c
parent6e683f009886ed74c315f455bfedf31e496f7ba9 (diff)
Move a bunch of stuff that's more Windows-related than SMB-related to
"packet-windows-common.[ch]". svn path=/trunk/; revision=11592
Diffstat (limited to 'epan/dissectors/packet-dcerpc-wkssvc.c')
-rw-r--r--epan/dissectors/packet-dcerpc-wkssvc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-wkssvc.c b/epan/dissectors/packet-dcerpc-wkssvc.c
index ed18756b1e..8c6e17d77f 100644
--- a/epan/dissectors/packet-dcerpc-wkssvc.c
+++ b/epan/dissectors/packet-dcerpc-wkssvc.c
@@ -33,7 +33,7 @@
#include "packet-dcerpc.h"
#include "packet-dcerpc-wkssvc.h"
#include "packet-dcerpc-nt.h"
-#include "smb.h"
+#include "packet-windows-common.h"
static int proto_dcerpc_wkssvc = -1;
static int hf_wkssvc_opnum = -1;