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:
David Hampton 2006-06-05 01:47:16 +00:00
parent 64911600c8
commit 025df33973

View File

@ -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