summaryrefslogtreecommitdiffstats
path: root/src/AFC.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-12 17:38:36 +0100
committerGravatar Martin Szulecki2010-01-12 17:38:36 +0100
commit3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab (patch)
tree5849ff972c4890b2db61a70c5e806cbd03a292b7 /src/AFC.c
parent219a8db037ec1cc163d2ad4902e6e4578040a2de (diff)
downloadlibimobiledevice-3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab.tar.gz
libimobiledevice-3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab.tar.bz2
Rename utils to debug as it does exactly that, contain debug code
Diffstat (limited to 'src/AFC.c')
-rw-r--r--src/AFC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AFC.c b/src/AFC.c
index 956c8fc..fe8e1af 100644
--- a/src/AFC.c
+++ b/src/AFC.c
@@ -25,7 +25,7 @@
#include "AFC.h"
#include "iphone.h"
-#include "utils.h"
+#include "debug.h"
// This is the maximum size an AFC data packet can be
static const int MAXIMUM_PACKET_SIZE = (2 << 15);