diff --git a/DBApp.cpp b/DBApp.cpp index eacadaa..cb9dc19 100755 --- a/DBApp.cpp +++ b/DBApp.cpp @@ -3,7 +3,7 @@ #include // std::stringstream #include #include -#include "Parserv3.h" +#include "Parser.h" #include "DBEngine.h" using namespace std; diff --git a/Parser.cpp b/Parser.cpp index 78b39a5..d26d7dc 100644 --- a/Parser.cpp +++ b/Parser.cpp @@ -4,7 +4,7 @@ #include // std::stringstream #include #include -#include "Parserv3.h" +#include "Parser.h" using namespace std; diff --git a/test b/test index 71512f2..049f86f 100755 Binary files a/test and b/test differ diff --git a/test.cpp b/test.cpp index 875361c..710b098 100755 --- a/test.cpp +++ b/test.cpp @@ -1,6 +1,6 @@ #include #include -#include "Parserv3.h" +#include "Parser.h" //#include "Condition.h" #include "DBEngine.h"