fix(SQLParser): remove leftover unnecessary includes

This commit is contained in:
Alex Fabijanic
2024-02-14 09:53:29 +01:00
parent 5e5e9297a6
commit e622b51d6b
4 changed files with 0 additions and 13 deletions

View File

@@ -15,10 +15,6 @@ objects = Binder Extractor SessionImpl Connector \
MySQLStatementImpl ResultMetadata MySQLException \
SessionHandle StatementExecutor Utility
ifndef POCO_DATA_NO_SQL_PARSER
target_includes += $(POCO_BASE)/Data/SQLParser $(POCO_BASE)/Data/SQLParser/src
endif
target = PocoDataMySQL
target_version = $(LIBVERSION)
target_libs = PocoData PocoFoundation