aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-svcctl.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-svcctl.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-svcctl.c')
-rw-r--r--epan/dissectors/packet-dcerpc-svcctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc-svcctl.c b/epan/dissectors/packet-dcerpc-svcctl.c
index b2040cbfc6..fb339f5d94 100644
--- a/epan/dissectors/packet-dcerpc-svcctl.c
+++ b/epan/dissectors/packet-dcerpc-svcctl.c
@@ -33,8 +33,7 @@
#include "packet-dcerpc.h"
#include "packet-dcerpc-svcctl.h"
#include "packet-dcerpc-nt.h"
-#include "smb.h"
-#include "packet-smb-common.h"
+#include "packet-windows-common.h"
static int proto_dcerpc_svcctl = -1;
static int hf_svcctl_opnum = -1;