talons

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

commit e7a9d02d925c7bba7d059d85fa67b7a319ab9e4e
parent 3813adcf59bc4e4578f9e75535a7296b459626f5
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 @@ -26,6 +20,11 @@ #ifdef USE_GPGME +#ifdef HAVE_CONFIG_H +# include "config.h" +#include "claws-features.h" +#endif + #include <glib.h> #include "pgp_utils.h"