lib/util: fix building tevent_ntstatus without config.h
authorMichael Adam <obnox@samba.org>
Mon, 29 Jun 2009 13:39:46 +0000 (15:39 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 29 Jun 2009 14:51:52 +0000 (16:51 +0200)
(when called from places with "#define NO_CONFIG_H" set, such as configure)

 Michael

lib/util/tevent_ntstatus.h

index d7194a9b730accb6434db86f8135631b7a1ad04d..22fe9188d0441c58ac337f58a3fd87725ebdd3ca 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <stdint.h>
 #include <stdbool.h>
-#include "config.h"
 #include "../libcli/util/ntstatus.h"
 #include "../tevent/tevent.h"