remove old lib.[hc]
[apps/madmutt.git] / handler.c
index abe7f65..da10849 100644 (file)
--- a/handler.c
+++ b/handler.c
 #include "keymap.h"
 #include "copy.h"
 #include "charset.h"
-#include <lib-crypt/crypt.h>
+#include "crypt.h"
 #include "state.h"
 #include "attach.h"
-#include "lib.h"
-
 
 typedef int handler_f (BODY *, STATE *);
 typedef handler_f *handler_t;