* mu-cmd.c: don't include mu-msg-crypto.h

This commit is contained in:
djcb 2012-09-01 20:07:46 +03:00
parent f61784b4ff
commit 9379071b8d
1 changed files with 0 additions and 5 deletions

View File

@ -40,13 +40,8 @@
#include "mu-flags.h"
#include "mu-store.h"
#ifdef BUILD_CRYPTO
#include "mu-msg-crypto.h"
#endif /*BUILD_CRYPTO*/
#define VIEW_TERMINATOR '\f' /* form-feed */
static gboolean
view_msg_sexp (MuMsg *msg, MuConfig *opts)
{