Print this page
1575 untangle libmlrpc from SMB server
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>

@@ -47,12 +47,11 @@
 #include <stdlib.h>
 #include <strings.h>
 #include <string.h>
 #include <assert.h>
 
-#include <smbsrv/libsmb.h>
-#include <smbsrv/libmlrpc.h>
+#include <libmlrpc.h>
 
 #define NDOBUFSZ                128
 
 #define NDR_PDU_BLOCK_SIZE      (4*1024)
 #define NDR_PDU_BLOCK_MASK      (NDR_PDU_BLOCK_SIZE - 1)