Get GnuCash building again.

- move the #include of g18n.h from gnc-date.h to gnc-date.c
- add gnc-date.c to POTFILES.in

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17250 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2008-06-24 23:28:31 +00:00
parent fe554f7fd9
commit ef25c17cd4
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@
#include <time.h>
#include <glib.h>
#include <glib/gi18n.h>
#include "gnc-date-p.h"
#include "qof.h"
-1
View File
@@ -68,7 +68,6 @@
#define GNC_DATE_H
#include <time.h>
#include <glib/gi18n.h>
/** The default date format for use with strftime. */
extern const char *gnc_default_strftime_date_format;