From d86da81304bc247c77b78f1f1d9da562168285d7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 16 May 2006 23:51:01 +0000 Subject: r15653: Remove idl_types.h include where possible. Remove types from .h file that are now in pidls' aliases list. (This used to be commit fadb9529ec7e1208b9f58a4e8b633d5a50633e82) --- source4/librpc/idl/winreg.idl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source4/librpc/idl/winreg.idl') diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl index 12a7877ec0..1ecb98d3b0 100644 --- a/source4/librpc/idl/winreg.idl +++ b/source4/librpc/idl/winreg.idl @@ -1,5 +1,3 @@ -#include "idl_types.h" - /* winreg interface definition */ @@ -95,7 +93,7 @@ typedef struct { uint32 length; KeySecurityData sd; - bool8 inherit; + boolean8 inherit; } winreg_SecBuf; typedef [v1_enum] enum { -- cgit