mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 03:49:59 +02:00
* Remove SQLDB dependency of csvdataset unit
(cherry picked from commit 21326cfb9a
)
This commit is contained in:
parent
f1d1eb8914
commit
12b6a01a87
@ -20,7 +20,7 @@ unit csvdataset;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, bufdataset, csvreadwrite, db, sqldb;
|
||||
Classes, SysUtils, bufdataset, csvreadwrite, db;
|
||||
|
||||
Type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user