From: Dan Fandrich Date: Wed, 27 Jun 2007 17:35:59 +0000 (-0700) Subject: remove a double inclusion of config.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42c4d45ffa6dc6fe93e625e6baa32a9edb92ca60;p=neomutt remove a double inclusion of config.h --- diff --git a/ChangeLog b/ChangeLog index 769ca02bd..3edf62749 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-06-14 18:17 -0700 Sertaç (55cd4cb611d9) + + * rfc3676.c: flowed: consider a single space as a hard line break. + Closes #2906 + +2007-06-13 10:43 -0700 Vsevolod Volkov (8d02c65ed0b5) + + * ChangeLog, po/ru.po: Updated Russian translation + 2007-06-11 09:27 -0700 René Clerc (5eaa1cfe80ad) * po/nl.po: Updated Dutch translation diff --git a/dotlock.c b/dotlock.c index 90d1f5e6b..706d3948f 100644 --- a/dotlock.c +++ b/dotlock.c @@ -47,7 +47,6 @@ #endif #include "dotlock.h" -#include "config.h" #ifdef HAVE_GETOPT_H #include