diff options
| author | 2013-04-25 17:43:54 +0100 | |
|---|---|---|
| committer | 2013-04-25 17:43:54 +0100 | |
| commit | 4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3 (patch) | |
| tree | 708d1ec3ee0fcc3a3f49be45457c5f641c108dc2 /src/lockdown.c | |
| parent | 927c34ee8e6974a34b1dfd7d1a4fde5eabbeca7a (diff) | |
| download | libimobiledevice-4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3.tar.gz libimobiledevice-4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3.tar.bz2 | |
common: Move debug and userpref code into libinternalcommon
Diffstat (limited to 'src/lockdown.c')
| -rw-r--r-- | src/lockdown.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lockdown.c b/src/lockdown.c index f78a78d..1319e5d 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -43,8 +43,8 @@ | |||
| 43 | #include "property_list_service.h" | 43 | #include "property_list_service.h" |
| 44 | #include "lockdown.h" | 44 | #include "lockdown.h" |
| 45 | #include "idevice.h" | 45 | #include "idevice.h" |
| 46 | #include "debug.h" | 46 | #include "common/debug.h" |
| 47 | #include "userpref.h" | 47 | #include "common/userpref.h" |
| 48 | #include "asprintf.h" | 48 | #include "asprintf.h" |
| 49 | 49 | ||
| 50 | #define RESULT_SUCCESS 0 | 50 | #define RESULT_SUCCESS 0 |
