diff options
author | Nikias Bassen | 2012-07-17 01:08:05 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-17 01:08:05 +0200 |
commit | 0cfbb44fb4fb8b3df602da7a574d4311aae8aa15 (patch) | |
tree | 0c9a9d081dbe161ed4d0b1536c5ea3bea0794e12 /src/common.h | |
parent | 8e6134babc8cc520d136fb067c7ac6b9dd7c17d2 (diff) | |
download | idevicerestore-0cfbb44fb4fb8b3df602da7a574d4311aae8aa15.tar.gz idevicerestore-0cfbb44fb4fb8b3df602da7a574d4311aae8aa15.tar.bz2 |
remove src/libirecovery.* and use external shared library instead
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index 1421b94..4676b19 100644 --- a/src/common.h +++ b/src/common.h @@ -27,8 +27,7 @@ extern "C" { #endif #include <plist/plist.h> - -#include "libirecovery.h" +#include <libirecovery.h> #define info(...) printf(__VA_ARGS__) #define error(...) fprintf(stderr, __VA_ARGS__) |