talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 99fbe41c47ff6bc119986d476e21aa24515c0cd4
parent 6c9f5e1b6350e8b510d39b91d9efa30902f14604
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Fri,  1 Mar 2019 14:29:53 +0100

Move file header to the top in pgp_utils.c

Diffstat:
Msrc/plugins/pgpcore/pgp_utils.c | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/plugins/pgpcore/pgp_utils.c b/src/plugins/pgpcore/pgp_utils.c @@ -1,9 +1,3 @@ - -#ifdef HAVE_CONFIG_H -# include "config.h" -#include "claws-features.h" -#endif - /* * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2013 Colin Leroy <colin@colino.net> and @@ -24,6 +18,11 @@ * */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#include "claws-features.h" +#endif + #ifdef USE_GPGME #include <glib.h>