mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
James LewisMoss's patch removing unneeded #includes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3521 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <glib.h>
|
||||
@@ -45,30 +42,16 @@
|
||||
#endif
|
||||
|
||||
#include "Account.h"
|
||||
#include "date.h"
|
||||
#include "DateUtils.h"
|
||||
#include "Group.h"
|
||||
#include "messages.h"
|
||||
#include "Query.h"
|
||||
#include "Transaction.h"
|
||||
#include "TransLog.h"
|
||||
#include "gnc-engine.h"
|
||||
#include "gnc-engine-util.h"
|
||||
|
||||
#include "io-gncxml.h"
|
||||
|
||||
#include "AccountP.h"
|
||||
#include "TransactionP.h"
|
||||
|
||||
#include "sixtp.h"
|
||||
#include "sixtp-stack.h"
|
||||
#include "sixtp-parsers.h"
|
||||
#include "sixtp-utils.h"
|
||||
|
||||
#ifdef USE_GUILE_FOR_DOUBLE_CONVERSION
|
||||
#include <guile/gh.h>
|
||||
#endif /* USE_GUILE_FOR_DOUBLE_CONVERSION */
|
||||
|
||||
/* result for a characters handler is shared across all character
|
||||
handlers for a given node. result for start/end pair is shared as
|
||||
well.
|
||||
@@ -94,7 +77,6 @@
|
||||
|
||||
static short module = MOD_IO;
|
||||
|
||||
|
||||
static xmlEntityPtr
|
||||
sixtp_sax_get_entity_handler(void *user_data, const CHAR *name) {
|
||||
return xmlGetPredefinedEntity(name);
|
||||
|
||||
Reference in New Issue
Block a user