diff options
author | 2022-05-31 11:48:55 +0200 | |
---|---|---|
committer | 2022-05-31 11:48:55 +0200 | |
commit | 5b4ba89b1f86c9194a43a520b9b49faebffd784a (patch) | |
tree | e8cd12c426cc24d6ad16d0547787d1ef16957e7f | |
parent | 12394bc7be588be83c352d7441102072a89dd193 (diff) | |
download | libimobiledevice-5b4ba89b1f86c9194a43a520b9b49faebffd784a.tar.gz libimobiledevice-5b4ba89b1f86c9194a43a520b9b49faebffd784a.tar.bz2 |
Remove lockdown.h include from lockdown.h
Header guards should prevent recursive inclusion but there is no point in including the file itself.
-rw-r--r-- | include/libimobiledevice/lockdown.h | 1 |
1 files changed, 0 insertions, 1 deletions
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" { | |||
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | #include <libimobiledevice/libimobiledevice.h> | 33 | #include <libimobiledevice/libimobiledevice.h> |
34 | #include <libimobiledevice/lockdown.h> | ||
35 | 34 | ||
36 | /** Error Codes */ | 35 | /** Error Codes */ |
37 | typedef enum { | 36 | typedef enum { |