mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
rename date.h -> gnc-date.h
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8547 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e754c924d8
commit
a4674e6edc
@ -31,10 +31,10 @@
|
||||
#include <time.h>
|
||||
|
||||
#include "gnc-commodity.h"
|
||||
#include "gnc-date.h"
|
||||
#include "gnc-engine.h"
|
||||
#include "kvp_frame.h"
|
||||
#include "GNCId.h"
|
||||
#include "date.h"
|
||||
|
||||
/** @name Split Reconciled field values
|
||||
If you change these
|
||||
|
@ -24,13 +24,14 @@
|
||||
#ifndef GNC_PRICEDB_H
|
||||
#define GNC_PRICEDB_H
|
||||
|
||||
#include "date.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "gnc-commodity.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "gnc-date.h"
|
||||
#include "gnc-engine.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "guid.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/** @addtogroup Engine
|
||||
@{ */
|
||||
|
Loading…
Reference in New Issue
Block a user