diff options
author | Martin Szulecki | 2010-01-12 17:38:36 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-12 17:38:36 +0100 |
commit | 3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab (patch) | |
tree | 5849ff972c4890b2db61a70c5e806cbd03a292b7 /swig | |
parent | 219a8db037ec1cc163d2ad4902e6e4578040a2de (diff) | |
download | libimobiledevice-3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab.tar.gz libimobiledevice-3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab.tar.bz2 |
Rename utils to debug as it does exactly that, contain debug code
Diffstat (limited to 'swig')
-rw-r--r-- | swig/iphone.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/iphone.i b/swig/iphone.i index 6b8ef3f..184f7f9 100644 --- a/swig/iphone.i +++ b/swig/iphone.i @@ -8,7 +8,7 @@ #include <libiphone/mobilesync.h> #include <plist/plist.h> #include <plist/plist++.h> - #include "../src/utils.h" + #include "../src/debug.h" typedef struct { iphone_device_t dev; } iPhone; |