[PATCH] lib: Remove ntstatus.h from gencache.h

Volker Lendecke Volker.Lendecke at SerNet.DE
Tue Dec 15 20:16:22 UTC 2015


Hi!

Review appreciated!

Thanks, Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 1cf6b2db20463d27bd51a7e6ff157269ba132ea8 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Tue, 15 Dec 2015 14:43:46 +0100
Subject: [PATCH] lib: Remove ntstatus.h from gencache.h

No clue why I put it there, sorry for the noise...

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 source3/lib/gencache.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source3/lib/gencache.h b/source3/lib/gencache.h
index 61716c4..4371835 100644
--- a/source3/lib/gencache.h
+++ b/source3/lib/gencache.h
@@ -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);
-- 
1.9.1



More information about the samba-technical mailing list