mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[SX-ttinfo.hpp] convert to c++ header
This commit is contained in:
parent
7dc2e2e6f9
commit
6c7abb487d
@ -34,7 +34,7 @@
|
||||
#include "assistant-loan.h"
|
||||
#include "SchedXaction.h"
|
||||
#include "SX-book.h"
|
||||
#include "SX-ttinfo.h"
|
||||
#include "SX-ttinfo.hpp"
|
||||
#include "gnc-amount-edit.h"
|
||||
#include "gnc-account-sel.h"
|
||||
#include "gnc-date.h"
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include "Recurrence.h"
|
||||
#include "SchedXaction.h"
|
||||
#include "SX-book.h"
|
||||
#include "SX-ttinfo.h"
|
||||
#include "SX-ttinfo.hpp"
|
||||
#include <glib/gi18n.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "SX-book.h"
|
||||
#include "SX-ttinfo.h"
|
||||
#include "SX-ttinfo.hpp"
|
||||
#include "gnc-date.h"
|
||||
#include "gnc-session.h"
|
||||
#include "gnc-sx-instance-model.h"
|
||||
|
@ -8,7 +8,7 @@ set(engine_noinst_HEADERS
|
||||
AccountP.hpp
|
||||
SplitP.hpp
|
||||
SX-book.h
|
||||
SX-ttinfo.h
|
||||
SX-ttinfo.hpp
|
||||
TransactionP.hpp
|
||||
gnc-backend-prov.hpp
|
||||
gnc-date-p.h
|
||||
@ -37,7 +37,7 @@ set (engine_HEADERS
|
||||
Recurrence.h
|
||||
SchedXaction.h
|
||||
SX-book.h
|
||||
SX-ttinfo.h
|
||||
SX-ttinfo.hpp
|
||||
Query.h
|
||||
Scrub.h
|
||||
Scrub2.h
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "SX-ttinfo.h"
|
||||
#include "SX-ttinfo.hpp"
|
||||
|
||||
struct TTInfo_s
|
||||
{
|
||||
|
@ -31,10 +31,6 @@
|
||||
#include "Account.h"
|
||||
#include "gnc-commodity.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct TTInfo_s TTInfo;
|
||||
typedef struct TTSplitInfo_s TTSplitInfo;
|
||||
|
||||
@ -91,8 +87,4 @@ const char *gnc_ttsplitinfo_get_debit_formula(TTSplitInfo *split_i);
|
||||
void gnc_ttsplitinfo_set_account(TTSplitInfo *split_i, Account *acc);
|
||||
Account *gnc_ttsplitinfo_get_account(TTSplitInfo *split_i);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
@ -34,7 +34,7 @@
|
||||
#include "Account.hpp"
|
||||
#include "SX-book.h"
|
||||
#include "SX-book-p.h"
|
||||
#include "SX-ttinfo.h"
|
||||
#include "SX-ttinfo.hpp"
|
||||
#include "SchedXaction.h"
|
||||
#include "Transaction.h"
|
||||
#include "gnc-engine.h"
|
||||
|
Loading…
Reference in New Issue
Block a user