little more cleanup

James LewisMoss jimdres@mindspring.com
24 Jan 2001 02:52:16 -0500


--=-=-=

Remove some useless headers from io-gncxml-r.c (code using it moved
elsewhere).


--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment;
  filename=io-gncxml-r.c-remove-old-headers.diff

Index: src/engine/io-gncxml-r.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/io-gncxml-r.c,v
retrieving revision 1.28
diff -u -b -r1.28 io-gncxml-r.c
--- src/engine/io-gncxml-r.c	2001/01/24 07:18:16	1.28
+++ src/engine/io-gncxml-r.c	2001/01/24 07:49:56
@@ -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. 
@@ -93,7 +76,6 @@
 */
 
 static short module = MOD_IO;
-
 
 static xmlEntityPtr
 sixtp_sax_get_entity_handler(void *user_data, const CHAR *name) {

--=-=-=


-- 
@James LewisMoss <dres@debian.org>      |  Blessed Be!
@    http://jimdres.home.mindspring.com |  Linux is kewl!
@"Argue for your limitations and sure enough, they're yours." Bach

--=-=-=--