lib: Remove an unused includes.h
authorVolker Lendecke <vl@samba.org>
Tue, 19 Apr 2022 18:55:03 +0000 (20:55 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 26 Apr 2022 21:41:29 +0000 (21:41 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/talloc_keep_secret.c

index d6aa38265f650942cec7bf0f91669b2b24eecac1..70d449b5f126ad881d8d48fff7e0f53ee3b4675e 100644 (file)
@@ -15,7 +15,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "includes.h"
+#include "replace.h"
+#include <talloc.h>
+#include "lib/util/fault.h"
 #include "talloc_keep_secret.h"
 
 static int talloc_keep_secret_destructor(void *ptr)