mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Include gkeyfile.h instead of explicitly declaring a data type. This
prevents include file ordering problems. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14326 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
64911600c8
commit
025df33973
@ -51,9 +51,7 @@ G_BEGIN_DECLS
|
||||
|
||||
/* typedefs & structures */
|
||||
#ifndef HAVE_GLIB26
|
||||
#ifndef __G_KEY_FILE_H__
|
||||
typedef struct _GKeyFile GKeyFile;
|
||||
#endif
|
||||
#include "gkeyfile.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user