* Remove unused unit from uses clause

git-svn-id: trunk@42009 -
This commit is contained in:
michael 2019-05-06 11:45:06 +00:00
parent caa5e54b00
commit 2d5550659e

View File

@ -19,7 +19,7 @@ unit sqldbrestbridge;
interface
uses
Classes, SysUtils, DB, SqlTypes, SQLDB, httpdefs, httproute, fpjson, sqldbrestschema, sqldbrestio, sqldbrestdata, sqldbrestauth;
Classes, SysUtils, DB, SQLDB, httpdefs, httproute, fpjson, sqldbrestschema, sqldbrestio, sqldbrestdata, sqldbrestauth;
Type
TRestDispatcherOption = (rdoConnectionInURL, // Route includes connection :Connection/:Resource[/:ID]