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:
Dave Peticolas
2001-01-24 07:59:23 +00:00
parent e995035450
commit 8525e23f7c

View File

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