View | Details | Raw Unified
Collapse All | Expand All

(-) libofx-0.8.3/lib/ofx_utilities.cpp (+2 lines)
 Lines 15-25    Link Here 
 *   (at your option) any later version.                                   *
 *   (at your option) any later version.                                   *
 *                                                                         *
 *                                                                         *
 ***************************************************************************/
 ***************************************************************************/
#include <stdlib.h>
#include <config.h>
#include <config.h>
#include <iostream>
#include <iostream>
#include "ParserEventGeneratorKit.h"
#include "ParserEventGeneratorKit.h"
#include "SGMLApplication.h"
#include "SGMLApplication.h"
#include <time.h>
#include <time.h>
#include <ctime>
#include <string>
#include <string>
#include <locale.h>
#include <locale.h>
#include "messages.hh"
#include "messages.hh"
(-) libofx-0.8.3/lib/ofx_container_transaction.cpp (+1 lines)
 Lines 21-26    Link Here 
#include <config.h>
#include <config.h>
#endif
#endif
#include <stdlib.h>
#include <string>
#include <string>
#include "messages.hh"
#include "messages.hh"
#include "libofx.h"
#include "libofx.h"
(-) libofx-0.8.3/lib/ofx_request.cpp (+2 lines)
 Lines 21-27    Link Here 
#include <config.h>
#include <config.h>
#endif
#endif
#include <stdlib.h>
#include <string>
#include <string>
#include <string.h>
#include "messages.hh"
#include "messages.hh"
#include "libofx.h"
#include "libofx.h"
#include "ofx_request.hh"
#include "ofx_request.hh"
(-) libofx-0.8.3/lib/ofx_request_accountinfo.cpp (+1 lines)
 Lines 21-26    Link Here 
#include <config.h>
#include <config.h>
#endif
#endif
#include <stdlib.h>
#include <string>
#include <string>
#include "libofx.h"
#include "libofx.h"
#include "ofx_request_accountinfo.hh"
#include "ofx_request_accountinfo.hh"
(-) libofx-0.8.3/lib/ofx_request_statement.cpp (+1 lines)
 Lines 21-26    Link Here 
#include <config.h>
#include <config.h>
#endif
#endif
#include <stdlib.h>
#include <string>
#include <string>
#include "libofx.h"
#include "libofx.h"
#include "ofx_utilities.hh"
#include "ofx_utilities.hh"
(-) libofx-0.8.3/ofxdump/ofxdump.cpp (+2 lines)
 Lines 27-35    Link Here 
 *   (at your option) any later version.                                   *
 *   (at your option) any later version.                                   *
 *                                                                         *
 *                                                                         *
 ***************************************************************************/
 ***************************************************************************/
#include <stdlib.h>
#include <iostream>
#include <iostream>
#include <iomanip>
#include <iomanip>
#include <string>
#include <string>
#include <string.h>
#include "libofx.h"
#include "libofx.h"
#include <stdio.h>		/* for printf() */
#include <stdio.h>		/* for printf() */
#include <config.h>		/* Include config constants, e.g., VERSION TF */
#include <config.h>		/* Include config constants, e.g., VERSION TF */
(-) libofx-0.8.3/ofxconnect/ofxpartner.cpp (+2 lines)
 Lines 34-40    Link Here 
#include <iostream>
#include <iostream>
#include <string>
#include <string>
#include <string.h>
#include <vector>
#include <vector>
#include <algorithm>
using std::string;
using std::string;
using std::vector;
using std::vector;
(-) libofx-0.8.3/ofxconnect/ofxconnect.cpp (+1 lines)
 Lines 31-36    Link Here 
#include <iostream>
#include <iostream>
#include <fstream>
#include <fstream>
#include <string>
#include <string>
#include <string.h>
#include "libofx.h"
#include "libofx.h"
#include <config.h>		/* Include config constants, e.g., VERSION TF */
#include <config.h>		/* Include config constants, e.g., VERSION TF */
#include <stdio.h>
#include <stdio.h>