diff options
| author | 2020-06-10 02:52:30 +0200 | |
|---|---|---|
| committer | 2020-06-10 02:52:30 +0200 | |
| commit | 09374626ee6b25531b7eaf10e1fe911790092579 (patch) | |
| tree | 87b6fffb101920549d92e2f8c3ef8c7b3c6f8750 | |
| parent | 8049f1a165c2cf716d8b459e1a51ca4aaaf71a27 (diff) | |
| download | libimobiledevice-09374626ee6b25531b7eaf10e1fe911790092579.tar.gz libimobiledevice-09374626ee6b25531b7eaf10e1fe911790092579.tar.bz2 | |
lockdown: Remove unused includes
| -rw-r--r-- | src/lockdown.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lockdown.c b/src/lockdown.c index 0f6b93d..79353f2 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -33,15 +33,6 @@ | |||
| 33 | #include <stdio.h> | 33 | #include <stdio.h> |
| 34 | #include <ctype.h> | 34 | #include <ctype.h> |
| 35 | #include <unistd.h> | 35 | #include <unistd.h> |
| 36 | #ifdef HAVE_OPENSSL | ||
| 37 | #include <openssl/pem.h> | ||
| 38 | #include <openssl/x509.h> | ||
| 39 | #include <openssl/x509v3.h> | ||
| 40 | #else | ||
| 41 | #include <libtasn1.h> | ||
| 42 | #include <gnutls/x509.h> | ||
| 43 | #include <gnutls/crypto.h> | ||
| 44 | #endif | ||
| 45 | #include <plist/plist.h> | 36 | #include <plist/plist.h> |
| 46 | 37 | ||
| 47 | #include "property_list_service.h" | 38 | #include "property_list_service.h" |
