Changed #includes to renamed header.

This commit is contained in:
Alexander Huddleston 2015-09-28 19:11:26 -05:00
parent 298a699d9f
commit f42f788e99
4 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
#include <sstream> // std::stringstream
#include <vector>
#include <string>
#include "Parserv3.h"
#include "Parser.h"
#include "DBEngine.h"
using namespace std;

View file

@ -4,7 +4,7 @@
#include <sstream> // std::stringstream
#include <vector>
#include <string>
#include "Parserv3.h"
#include "Parser.h"
using namespace std;

BIN
test

Binary file not shown.

View file

@ -1,6 +1,6 @@
#include <iostream>
#include <vector>
#include "Parserv3.h"
#include "Parser.h"
//#include "Condition.h"
#include "DBEngine.h"