mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove doubled include files.
(Also, QuickFill.h doesn't depend on gdk.h) git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19940 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
88cb0b1b20
commit
0ede4fcda9
@ -30,8 +30,6 @@
|
||||
#include <libguile.h>
|
||||
#include "swig-runtime.h"
|
||||
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
|
||||
#include "dialog-utils.h"
|
||||
@ -40,7 +38,6 @@
|
||||
#include "gnc-gconf-utils.h"
|
||||
#include "gnc-gui-query.h"
|
||||
#include "gnc-ui-util.h"
|
||||
#include "qof.h"
|
||||
#include "gnc-date-edit.h"
|
||||
#include "gnc-amount-edit.h"
|
||||
#include "gnucash-sheet.h"
|
||||
|
@ -32,8 +32,6 @@
|
||||
#include "gncInvoice.h"
|
||||
#include "gncBusiness.h"
|
||||
// query
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "GNCId.h"
|
||||
|
||||
|
||||
|
@ -36,9 +36,6 @@
|
||||
#include "gnc-query-list.h"
|
||||
#include "gnc-gconf-utils.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
|
||||
#include "Transaction.h" /* for the SPLIT_* and TRANS_* */
|
||||
|
||||
|
@ -38,8 +38,6 @@
|
||||
|
||||
#include "gnc-component-manager.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "gnc-general-search.h"
|
||||
|
||||
#define GNCGENERALSEARCH_CLASS "gnc-general-search-widget"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <string.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "Account.h" /* for ACCOUNT_MATCH_ALL_TYPE */
|
||||
#include "Transaction.h" /* for RECONCILED_MATCH_TYPE */
|
||||
|
@ -22,7 +22,6 @@
|
||||
#ifndef _GNCSEARCH_CORE_TYPE_H
|
||||
#define _GNCSEARCH_CORE_TYPE_H
|
||||
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "search-param.h"
|
||||
|
||||
|
@ -50,7 +50,6 @@
|
||||
#ifndef QUICKFILL_H
|
||||
#define QUICKFILL_H
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#include <glib.h>
|
||||
|
||||
typedef enum
|
||||
|
@ -30,9 +30,6 @@
|
||||
#include "gnc-component-manager.h"
|
||||
#include "gnc-query-list.h"
|
||||
#include "search-param.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
|
||||
/* Signal codes */
|
||||
enum
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "gnc-engine.h"
|
||||
#include "GNCId.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
|
||||
#include "search-param.h"
|
||||
|
||||
|
@ -29,8 +29,6 @@
|
||||
#include "gnc-ui-util.h"
|
||||
#include "Query.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "SX-book.h"
|
||||
#include "Transaction.h"
|
||||
#include "dialog-find-transactions.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
|
||||
#include "gnc-date.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "Transaction.h"
|
||||
#include "gnc-ui-util.h"
|
||||
#include "gnc-gconf-utils.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "Account.h"
|
||||
#include "Query.h"
|
||||
#include "qof.h"
|
||||
#include "qof.h"
|
||||
#include "SX-book.h"
|
||||
#include "Transaction.h"
|
||||
#include "gnc-component-manager.h"
|
||||
|
Loading…
Reference in New Issue
Block a user