From 8525e23f7cd62838e9e4c46a2c210559e72b0c33 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Wed, 24 Jan 2001 07:59:23 +0000 Subject: [PATCH] James LewisMoss's patch removing unneeded #includes. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3521 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/io-gncxml-r.c | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/engine/io-gncxml-r.c b/src/engine/io-gncxml-r.c index 1241929766..3d921f0474 100644 --- a/src/engine/io-gncxml-r.c +++ b/src/engine/io-gncxml-r.c @@ -9,9 +9,6 @@ #include "config.h" -#include -#include -#include #include #include @@ -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 -#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);