mirror of https://github.com/Gnucash/gnucash
parent
e71f561236
commit
751a3fec43
@ -1,6 +1,6 @@
|
||||
/********************************************************************\
|
||||
* gnc-trans-props.hpp - encapsulate transaction properties for use *
|
||||
* in the csv importer *
|
||||
* gnc-imp-props-tx.hpp - encapsulate transaction properties for *
|
||||
* use in the csv importer *
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License as *
|
||||
@ -1,4 +1,4 @@
|
||||
#include "gnc-csv-tokenizer.hpp"
|
||||
#include "gnc-tokenizer-csv.hpp"
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream> // fstream
|
||||
@ -1,4 +1,4 @@
|
||||
#include "gnc-dummy-tokenizer.hpp"
|
||||
#include "gnc-tokenizer-dummy.hpp"
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream> // fstream
|
||||
@ -1,4 +1,4 @@
|
||||
#include "gnc-fw-tokenizer.hpp"
|
||||
#include "gnc-tokenizer-fw.hpp"
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream> // fstream
|
||||
Loading…
Reference in new issue