tRearrange header inclusion - scribo - Email-based phlog generator
(HTM) git clone git://git.z3bra.org/scribo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7497c53e21300521287eab11a9f7917115733499
(DIR) parent e52aa889d2cdd9d9cbb0af4fd60d0e23109cc2ce
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Wed, 9 Sep 2020 22:45:33 +0200
Rearrange header inclusion
Diffstat:
M scribo.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/scribo.c b/scribo.c
t@@ -12,10 +12,11 @@
#include "arg.h"
#include "base64.h"
-#include "config.h"
#include "qp.h"
#include "rfc5322.h"
+#include "config.h"
+
/* header field */
struct hdr {
char name[BUFSIZ];