diff options
| author | 2013-04-25 17:43:54 +0100 | |
|---|---|---|
| committer | 2013-04-25 17:43:54 +0100 | |
| commit | 4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3 (patch) | |
| tree | 708d1ec3ee0fcc3a3f49be45457c5f641c108dc2 /src/idevice.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/idevice.c')
| -rw-r--r-- | src/idevice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/idevice.c b/src/idevice.c index 1dd6c0f..f0d89df 100644 --- a/src/idevice.c +++ b/src/idevice.c | |||
| @@ -35,8 +35,8 @@ | |||
| 35 | #include <gnutls/gnutls.h> | 35 | #include <gnutls/gnutls.h> |
| 36 | #endif | 36 | #endif |
| 37 | #include "idevice.h" | 37 | #include "idevice.h" |
| 38 | #include "userpref.h" | 38 | #include "common/userpref.h" |
| 39 | #include "debug.h" | 39 | #include "common/debug.h" |
| 40 | 40 | ||
| 41 | #ifdef HAVE_OPENSSL | 41 | #ifdef HAVE_OPENSSL |
| 42 | static int openssl_init_done = 0; | 42 | static int openssl_init_done = 0; |
