From a0b0ac5b6a9f5ecdf588f89a6c1d1239d159c263 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 7 Mar 2006 15:32:18 +0000 Subject: [PATCH] r13948: Fix the build. Remove rpcclient.h include. (This used to be commit 6bf879bee3c59ba54b1b4c465c777e3dd0043f83) --- source3/lib/display_sec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/lib/display_sec.c b/source3/lib/display_sec.c index bc735fa00c2..49a86c261ca 100644 --- a/source3/lib/display_sec.c +++ b/source3/lib/display_sec.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "rpcclient.h" /**************************************************************************** convert a security permissions into a string -- 2.11.4.GIT