From 70fd0648f5cbfbd9084300b8a3e8629e002b7f1b Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Tue, 12 Aug 2025 08:24:56 -0600 Subject: [PATCH] remove plist.h from mounter example --- ffi/examples/mounter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffi/examples/mounter.c b/ffi/examples/mounter.c index 17870e9..79bc5fd 100644 --- a/ffi/examples/mounter.c +++ b/ffi/examples/mounter.c @@ -1,7 +1,6 @@ // Jackson Coxson #include "idevice.h" -#include "plist/plist.h" #include #include #include