* Remove SQLDB dependency of csvdataset unit

(cherry picked from commit 21326cfb9a)
This commit is contained in:
Michaël Van Canneyt 2022-03-01 13:30:48 +01:00 committed by marcoonthegit
parent f1d1eb8914
commit 12b6a01a87

View File

@ -20,7 +20,7 @@ unit csvdataset;
interface
uses
Classes, SysUtils, bufdataset, csvreadwrite, db, sqldb;
Classes, SysUtils, bufdataset, csvreadwrite, db;
Type