From affe20551a1588c201c17e0e53f71b0dacedfd55 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 8 Jan 2010 20:46:04 +0200 Subject: [PATCH] * mu-util.h: don't include config.h --- src/mu-util.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mu-util.h b/src/mu-util.h index d87cc41e..7a05e721 100644 --- a/src/mu-util.h +++ b/src/mu-util.h @@ -21,7 +21,6 @@ #define __MU_UTIL_H__ #include -#include "config.h" G_BEGIN_DECLS @@ -35,8 +34,6 @@ G_BEGIN_DECLS */ char* mu_util_dir_expand (const char* path); - - /** * guess the maildir; first try MAILDIR, then try ~/Maildir * if both fail, return NULL