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:
Mike Alexander 2014-01-29 06:07:14 +00:00
parent bd10cc9b95
commit 9d9a878c55
12 changed files with 0 additions and 20 deletions

View File

@ -22,7 +22,6 @@
#include <glib.h>
#include "GNCId.h"
#include "qof.h"

View File

@ -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;

View File

@ -19,7 +19,6 @@ SET (libgncmod_engine_HEADERS
Account.h
FreqSpec.h
Recurrence.h
GNCId.h
SchedXaction.h
SX-book.h
SX-ttinfo.h

View File

@ -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))

View File

@ -63,7 +63,6 @@ gncinclude_HEADERS = \
Account.h \
FreqSpec.h \
Recurrence.h \
GNCId.h \
SchedXaction.h \
SX-book.h \
SX-ttinfo.h \

View File

@ -32,7 +32,6 @@
#include "gncInvoice.h"
#include "gncBusiness.h"
// query
#include "GNCId.h"
#ifndef GNC_invoice_import_invoice_import_H

View File

@ -24,7 +24,6 @@
#ifndef GNC_DIALOG_SEARCH_H
#define GNC_DIALOG_SEARCH_H
#include "GNCId.h"
#include "qof.h"
typedef struct _GNCSearchWindow GNCSearchWindow;

View File

@ -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"

View File

@ -29,7 +29,6 @@
#include <stdarg.h>
#include "gnc-engine.h"
#include "GNCId.h"
#include "qof.h"
#include "search-param.h"

View File

@ -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))

View File

@ -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"

View File

@ -43,7 +43,6 @@
// query
#include "Query.h"
#include "qof.h"
#include "GNCId.h"
#include "gncIDSearch.h"
#include "dialog-customer-import.h"