From 9f6bde458d5c523199c55060c35ac0be7d562199 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Tue, 12 Aug 2025 08:20:18 -0600 Subject: [PATCH] Remove plist.h from lockdown example --- ffi/examples/lockdownd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffi/examples/lockdownd.c b/ffi/examples/lockdownd.c index 6658d15..7b98775 100644 --- a/ffi/examples/lockdownd.c +++ b/ffi/examples/lockdownd.c @@ -1,7 +1,6 @@ // Jackson Coxson #include "idevice.h" -#include "plist.h" #include #include #include