mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
rename date.h to gnc-date.h
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8553 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
#include "BackendP.h"
|
||||
#include "Group.h"
|
||||
#include "TransLog.h"
|
||||
#include "gnc-date.h"
|
||||
#include "gnc-engine-util.h"
|
||||
#include "gnc-pricedb-p.h"
|
||||
#include "date.h"
|
||||
#include "io-gncxml.h"
|
||||
#include "io-gncbin.h"
|
||||
#include "io-gncxml-v2.h"
|
||||
|
||||
@@ -95,7 +95,6 @@
|
||||
#include "Account.h"
|
||||
#include "AccountP.h"
|
||||
#include "Backend.h"
|
||||
#include "date.h"
|
||||
#include "io-gncbin.h"
|
||||
#include "Group.h"
|
||||
#include "GroupP.h"
|
||||
@@ -106,6 +105,7 @@
|
||||
#include "gnc-book.h"
|
||||
#include "gnc-book-p.h"
|
||||
#include "gnc-commodity.h"
|
||||
#include "gnc-date.h"
|
||||
#include "gnc-engine.h"
|
||||
#include "gnc-engine-util.h"
|
||||
#include "GNCIdP.h"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "sixtp-dom-generators.h"
|
||||
#include "GNCId.h"
|
||||
#include "gnc-commodity.h"
|
||||
#include "date.h"
|
||||
#include "gnc-date.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "kvp_frame.h"
|
||||
|
||||
|
||||
@@ -30,14 +30,13 @@
|
||||
|
||||
#include "gnc-xml-helper.h"
|
||||
|
||||
#include "date.h"
|
||||
#include "gnc-commodity.h"
|
||||
#include "FreqSpec.h"
|
||||
#include "GNCId.h"
|
||||
#include "gnc-book.h"
|
||||
#include "gnc-commodity.h"
|
||||
#include "gnc-date.h"
|
||||
#include "kvp_frame.h"
|
||||
|
||||
#include "GNCId.h"
|
||||
|
||||
#include "FreqSpec.h"
|
||||
|
||||
GUID* dom_tree_to_guid(xmlNodePtr node);
|
||||
|
||||
|
||||
@@ -37,10 +37,11 @@
|
||||
#include "sixtp-utils.h"
|
||||
#include "core-utils.h"
|
||||
|
||||
#include "date.h"
|
||||
#include "guid.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "gnc-date.h"
|
||||
#include "gnc-engine-util.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "guid.h"
|
||||
|
||||
#ifndef HAVE_STRPTIME
|
||||
#include "strptime.h"
|
||||
#endif
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#ifndef SIXTP_UTILS_H
|
||||
#define SIXTP_UTILS_H
|
||||
|
||||
#include "date.h"
|
||||
#include "gnc-date.h"
|
||||
|
||||
#include "sixtp.h"
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "date.h"
|
||||
#include "gnc-commodity.h"
|
||||
#include "gnc-date.h"
|
||||
#include "gnc-engine.h"
|
||||
#include "gnc-xml-helper.h"
|
||||
#include "guid.h"
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
#include "test-engine-stuff.h"
|
||||
#include "test-file-stuff.h"
|
||||
|
||||
#include "guid.h"
|
||||
#include "date.h"
|
||||
#include "gnc-date.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "guid.h"
|
||||
|
||||
static void
|
||||
test_binary()
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "date.h"
|
||||
#include "gnc-date.h"
|
||||
#include "escape.h"
|
||||
#include "builder.h"
|
||||
#include "gnc-engine-util.h"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#ifndef SQL_BUILDER_H
|
||||
#define SQL_BUILDER_H
|
||||
|
||||
#include "date.h"
|
||||
#include "gnc-date.h"
|
||||
#include "guid.h"
|
||||
|
||||
#define SQL_DBL_FMT "%24.18g"
|
||||
|
||||
Reference in New Issue
Block a user