Skip to content

Commit

Permalink
fix(SQLParser): remove fwd header #4453
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Feb 14, 2024
1 parent e622b51 commit 1a29ecd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 44 deletions.
42 changes: 0 additions & 42 deletions Data/include/Poco/Data/SQLParser.h

This file was deleted.

12 changes: 10 additions & 2 deletions Data/testsuite/src/SQLParserTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,21 @@


#include "SQLParserTest.h"

#ifndef POCO_DATA_NO_SQL_PARSER

#include "CppUnit/TestCaller.h"
#include "CppUnit/TestSuite.h"
#include <sstream>
#include "SQLParser.h"

#ifndef POCO_DATA_NO_SQL_PARSER

#include "Poco/Data/SQLParser.h"
namespace Poco {
namespace Data {

namespace Parser = hsql; // namespace Poco::Data::Parser

}}


using namespace Poco::Data::Parser;
Expand Down

0 comments on commit 1a29ecd

Please sign in to comment.