move debug.c
[apps/madmutt.git] / imap / auth_cram.c
index 14772b0..0438a82 100644 (file)
@@ -21,8 +21,8 @@
 #define MD5_DIGEST_LEN 16
 
 #include <lib-lib/macros.h>
+#include <lib-lib/debug.h>
 #include <lib-hash/hash.h>
-#include "lib/debug.h"
 
 /* forward declarations */
 static void hmac_md5 (const char *password, char *challenge,