mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove src/engine/GNCId.h, it isn't needed anymore.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23779 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bd10cc9b95
commit
9d9a878c55
@ -22,7 +22,6 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "GNCId.h"
|
||||
#include "qof.h"
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
#include "gnc-commodity.h"
|
||||
#include "qof.h"
|
||||
#include "GNCId.h"
|
||||
|
||||
typedef struct gnc_option GNCOption;
|
||||
typedef struct gnc_option_section GNCOptionSection;
|
||||
|
@ -19,7 +19,6 @@ SET (libgncmod_engine_HEADERS
|
||||
Account.h
|
||||
FreqSpec.h
|
||||
Recurrence.h
|
||||
GNCId.h
|
||||
SchedXaction.h
|
||||
SX-book.h
|
||||
SX-ttinfo.h
|
||||
|
@ -1,9 +0,0 @@
|
||||
|
||||
#include "qof.h"
|
||||
|
||||
/* Equivalent function prototype:
|
||||
* void xaccGUIDNew (GncGUID *guid, QofBook *book)
|
||||
*/
|
||||
#define xaccGUIDNew(guid,book) \
|
||||
qof_instance_guid_new (qof_book_get_entity_table (book), (guid))
|
||||
|
@ -63,7 +63,6 @@ gncinclude_HEADERS = \
|
||||
Account.h \
|
||||
FreqSpec.h \
|
||||
Recurrence.h \
|
||||
GNCId.h \
|
||||
SchedXaction.h \
|
||||
SX-book.h \
|
||||
SX-ttinfo.h \
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "gncInvoice.h"
|
||||
#include "gncBusiness.h"
|
||||
// query
|
||||
#include "GNCId.h"
|
||||
|
||||
|
||||
#ifndef GNC_invoice_import_invoice_import_H
|
||||
|
@ -24,7 +24,6 @@
|
||||
#ifndef GNC_DIALOG_SEARCH_H
|
||||
#define GNC_DIALOG_SEARCH_H
|
||||
|
||||
#include "GNCId.h"
|
||||
#include "qof.h"
|
||||
|
||||
typedef struct _GNCSearchWindow GNCSearchWindow;
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "dialog-account.h"
|
||||
#include "GNCId.h"
|
||||
#include "gnc-account-sel.h"
|
||||
#include "gnc-commodity.h"
|
||||
#include "gnc-gtk-utils.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "gnc-engine.h"
|
||||
#include "GNCId.h"
|
||||
#include "qof.h"
|
||||
|
||||
#include "search-param.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#ifndef _GNCSEARCH_PARAM_H
|
||||
#define _GNCSEARCH_PARAM_H
|
||||
|
||||
#include "GNCId.h"
|
||||
|
||||
#define GNC_TYPE_SEARCH_PARAM (gnc_search_param_get_type ())
|
||||
#define GNC_SEARCH_PARAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GNC_TYPE_SEARCH_PARAM, GNCSearchParam))
|
||||
|
@ -53,7 +53,6 @@
|
||||
// query
|
||||
#include "Query.h"
|
||||
#include "qof.h"
|
||||
#include "GNCId.h"
|
||||
#include "gncIDSearch.h"
|
||||
#include "dialog-bi-import.h"
|
||||
#include "dialog-bi-import-helper.h"
|
||||
|
@ -43,7 +43,6 @@
|
||||
// query
|
||||
#include "Query.h"
|
||||
#include "qof.h"
|
||||
#include "GNCId.h"
|
||||
#include "gncIDSearch.h"
|
||||
|
||||
#include "dialog-customer-import.h"
|
||||
|
Loading…
Reference in New Issue
Block a user