diff options
author | Nikias Bassen | 2022-05-31 11:48:55 +0200 |
---|---|---|
committer | GitHub | 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" { #endif #include <libimobiledevice/libimobiledevice.h> -#include <libimobiledevice/lockdown.h> /** Error Codes */ typedef enum { |