commit 7e9e3dc1d266f12a317d7b2b7f3299f710457307
parent 1af27911f461538f492be1d5b32aafac5ec5c361
Author: Jonathan Boeing <jonathan@claws-mail.org>
Date: Fri, 5 Nov 2021 02:26:46 -0700
Make config.h the first include
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/plugins/python/clawsmailmodule.c b/src/plugins/python/clawsmailmodule.c
@@ -15,8 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "clawsmailmodule.h"
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#include "claws-features.h"
@@ -25,6 +23,7 @@
#include <glib.h>
#include <glib/gi18n.h>
+#include "clawsmailmodule.h"
#include "nodetype.h"
#include "composewindowtype.h"
#include "folderpropertiestype.h"