commit ef3e6597849b0794093ad6d7fa64e9441b46853e
parent e2337ced72715d7a49161a93fe7e689cd5a963f0
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"