From 3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 12 Jan 2010 17:38:36 +0100 Subject: Rename utils to debug as it does exactly that, contain debug code --- src/AFC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AFC.c') 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); -- cgit v1.1-32-gdbae