Add includes that had been included by the obsolete i18n.h header

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14823 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2006-09-08 11:02:23 +00:00
parent d437f7f556
commit 4d8585bd16

View File

@ -50,6 +50,11 @@
#include "gnc-gconf-utils.h"
#include "dialog-new-user.h"
#ifdef HAVE_GETTEXT
# include <libintl.h>
# include <locale.h>
#endif
/* GNUCASH_SVN is defined whenever we're building from an SVN tree */
#ifdef GNUCASH_SVN
static int is_development_version = TRUE;