* mu-util.h: don't include config.h

This commit is contained in:
Dirk-Jan C. Binnema 2010-01-08 20:46:04 +02:00
parent bf6ce56082
commit affe20551a
1 changed files with 0 additions and 3 deletions

View File

@ -21,7 +21,6 @@
#define __MU_UTIL_H__ #define __MU_UTIL_H__
#include <glib.h> #include <glib.h>
#include "config.h"
G_BEGIN_DECLS G_BEGIN_DECLS
@ -35,8 +34,6 @@ G_BEGIN_DECLS
*/ */
char* mu_util_dir_expand (const char* path); char* mu_util_dir_expand (const char* path);
/** /**
* guess the maildir; first try MAILDIR, then try ~/Maildir * guess the maildir; first try MAILDIR, then try ~/Maildir
* if both fail, return NULL * if both fail, return NULL