From 4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 25 Apr 2013 17:43:54 +0100 Subject: common: Move debug and userpref code into libinternalcommon --- src/idevice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/idevice.c') 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 @@ #include #endif #include "idevice.h" -#include "userpref.h" -#include "debug.h" +#include "common/userpref.h" +#include "common/debug.h" #ifdef HAVE_OPENSSL static int openssl_init_done = 0; -- cgit v1.1-32-gdbae