diff --git a/ChangeLog b/ChangeLog index 25cefbcb73..16d618a8f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,16 @@ 2001-07-27 James LewisMoss + * src/engine/gnc-schedxaction-xml-v2.c: remove include of removed + file. + + * src/engine/gnc-freqspec-xml-v2.c: remove include of removed + file. + * src/engine/gnc-pricedb-xml-v1.c: remove include of sixtp-writers.h and remove func xml_add_gnc_pricedb (no longer used anywhere) (gnc_pricedb_parser_new): reorder functions. + remove include of removed file. * src/engine/io-gncxml-v1.c: move v1 kvp parser code to this file. diff --git a/src/engine/gnc-freqspec-xml-v2.c b/src/engine/gnc-freqspec-xml-v2.c index baacbef3a0..ce6d3db138 100644 --- a/src/engine/gnc-freqspec-xml-v2.c +++ b/src/engine/gnc-freqspec-xml-v2.c @@ -35,7 +35,6 @@ #include "sixtp-utils.h" #include "sixtp-parsers.h" #include "sixtp-utils.h" -#include "sixtp-xml-write-utils.h" #include "sixtp-dom-parsers.h" #include "sixtp-dom-generators.h" diff --git a/src/engine/gnc-pricedb-xml-v1.c b/src/engine/gnc-pricedb-xml-v1.c index ce8209da81..1adf950e61 100644 --- a/src/engine/gnc-pricedb-xml-v1.c +++ b/src/engine/gnc-pricedb-xml-v1.c @@ -33,7 +33,6 @@ #include "sixtp-parsers.h" #include "sixtp-dom-parsers.h" #include "sixtp-dom-generators.h" -#include "sixtp-xml-write-utils.h" #include "io-gncxml-gen.h" #include "gnc-pricedb.h" diff --git a/src/engine/gnc-schedxaction-xml-v2.c b/src/engine/gnc-schedxaction-xml-v2.c index 2adfeef15c..f00f69ed5e 100644 --- a/src/engine/gnc-schedxaction-xml-v2.c +++ b/src/engine/gnc-schedxaction-xml-v2.c @@ -31,7 +31,6 @@ #include "sixtp.h" #include "sixtp-utils.h" -#include "sixtp-xml-write-utils.h" #include "sixtp-parsers.h" #include "sixtp-utils.h" #include "sixtp-dom-parsers.h"