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/MobileSync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MobileSync.c') diff --git a/src/MobileSync.c b/src/MobileSync.c index 5102619..e904fcc 100644 --- a/src/MobileSync.c +++ b/src/MobileSync.c @@ -26,7 +26,7 @@ #include "MobileSync.h" #include "device_link_service.h" -#include "utils.h" +#include "debug.h" #define MSYNC_VERSION_INT1 100 #define MSYNC_VERSION_INT2 100 -- cgit v1.1-32-gdbae