From f35dd98840d70268446297bcc38a1256944bf83c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 6 Jan 2015 17:16:51 -0800 Subject: [PATCH] Fix #include of ndr.h for external projects. Don't include "debug.h". https://bugzilla.samba.org/show_bug.cgi?id=11033 Signed-off-by: Jeremy Allison --- lib/util/fault.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/util/fault.h b/lib/util/fault.h index 98a24a3..aae4964 100644 --- a/lib/util/fault.h +++ b/lib/util/fault.h @@ -24,7 +24,6 @@ #include #include "attr.h" -#include "debug.h" /** * assert macros -- 2.2.0.rc0.207.ga3a616c