gnucash stable: [import-parse.h] #ifdef guards after #includes
Christopher Lam
clam at code.gnucash.org
Fri Sep 4 23:28:04 EDT 2026
Updated via https://github.com/Gnucash/gnucash/commit/17f1d581 (commit)
from https://github.com/Gnucash/gnucash/commit/665503f8 (commit)
commit 17f1d581d46db04833ea2ea0ee896737b2418f17
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Sep 5 09:54:15 2026 +0800
[import-parse.h] #ifdef guards after #includes
diff --git a/gnucash/import-export/import-parse.h b/gnucash/import-export/import-parse.h
index 5a13813c4a..32a6a076fc 100644
--- a/gnucash/import-export/import-parse.h
+++ b/gnucash/import-export/import-parse.h
@@ -27,12 +27,12 @@
#ifndef IMPORT_PARSE_H
#define IMPORT_PARSE_H
+#include "qof.h"
+
#ifdef __cplusplus
extern "C" {
#endif
-#include "qof.h"
-
typedef enum
{
GNCIF_NONE = 0,
Summary of changes:
gnucash/import-export/import-parse.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list