From: Richard Russon Date: Tue, 3 Jul 2018 15:21:17 +0000 (+0100) Subject: move Content to library X-Git-Tag: 2019-10-25~762^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a3aca7207b2a91ed056304ba00c04b6ba1aa5ff;p=neomutt move Content to library --- diff --git a/compose.c b/compose.c index 960997150..aee999ef3 100644 --- a/compose.c +++ b/compose.c @@ -35,7 +35,6 @@ #include "alias.h" #include "attach.h" #include "body.h" -#include "content.h" #include "context.h" #include "format_flags.h" #include "globals.h" diff --git a/content.h b/mutt/content.h similarity index 100% rename from content.h rename to mutt/content.h diff --git a/mutt/mutt.h b/mutt/mutt.h index 76e91e8bc..718683ebf 100644 --- a/mutt/mutt.h +++ b/mutt/mutt.h @@ -63,6 +63,7 @@ #include "base64.h" #include "buffer.h" #include "charset.h" +#include "content.h" #include "date.h" #include "envelope.h" #include "envlist.h" diff --git a/ncrypt/crypt.c b/ncrypt/crypt.c index 2dba1fdb6..d8ffdb3db 100644 --- a/ncrypt/crypt.c +++ b/ncrypt/crypt.c @@ -42,7 +42,6 @@ #include "mutt.h" #include "alias.h" #include "body.h" -#include "content.h" #include "context.h" #include "copy.h" #include "cryptglue.h" diff --git a/sendlib.c b/sendlib.c index b760703ea..10bc6b750 100644 --- a/sendlib.c +++ b/sendlib.c @@ -39,7 +39,6 @@ #include "mutt.h" #include "body.h" #include "buffy.h" -#include "content.h" #include "context.h" #include "copy.h" #include "filter.h"