1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

lib: Remove an unused includes.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2022-04-19 20:55:03 +02:00 committed by Jeremy Allison
parent ce0f483a29
commit d2f3ac2fb7

View 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)