lib: Remove ntstatus.h from gencache.h
authorVolker Lendecke <vl@samba.org>
Tue, 15 Dec 2015 13:43:46 +0000 (14:43 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 16 Dec 2015 03:14:20 +0000 (04:14 +0100)
No clue why I put it there, sorry for the noise...

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/lib/gencache.h

index 61716c41326c52fd7d9b755ed6032468a983f3ab..4371835599da8ea41bca05764768699fd8a3f10d 100644 (file)
@@ -27,7 +27,6 @@
 #include "replace.h"
 #include "system/time.h"
 #include "lib/util/data_blob.h"
-#include "libcli/util/ntstatus.h"
 
 bool gencache_set(const char *keystr, const char *value, time_t timeout);
 bool gencache_del(const char *keystr);