From 5b4ba89b1f86c9194a43a520b9b49faebffd784a Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 31 May 2022 11:48:55 +0200 Subject: Remove lockdown.h include from lockdown.h Header guards should prevent recursive inclusion but there is no point in including the file itself.--- include/libimobiledevice/lockdown.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index f22917a..6d390fd 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h @@ -31,7 +31,6 @@ extern "C" { #endif #include -#include /** Error Codes */ typedef enum { -- cgit v1.1-32-gdbae