From e4e855563bcbeb7be54de57d8c1d41d35ddc5e7a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 29 Jun 2009 15:39:46 +0200 Subject: lib/util: fix building tevent_ntstatus without config.h (when called from places with "#define NO_CONFIG_H" set, such as configure) Michael --- lib/util/tevent_ntstatus.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/util/tevent_ntstatus.h') diff --git a/lib/util/tevent_ntstatus.h b/lib/util/tevent_ntstatus.h index d7194a9b73..22fe9188d0 100644 --- a/lib/util/tevent_ntstatus.h +++ b/lib/util/tevent_ntstatus.h @@ -22,7 +22,6 @@ #include #include -#include "config.h" #include "../libcli/util/ntstatus.h" #include "../tevent/tevent.h" -- cgit