move debug.c
[apps/madmutt.git] / handler.c
index a2b3e9d..1c5d6fa 100644 (file)
--- a/handler.c
+++ b/handler.c
@@ -23,6 +23,7 @@
 #include <lib-lib/str.h>
 #include <lib-lib/macros.h>
 #include <lib-lib/file.h>
+#include <lib-lib/debug.h>
 
 #include <lib-mime/mime.h>
 
@@ -41,7 +42,6 @@
 #include "attach.h"
 #include "lib.h"
 
-#include "lib/debug.h"
 
 typedef int handler_f (BODY *, STATE *);
 typedef handler_f *handler_t;