You've already forked lazarus-ccr
Remove "Dialogs" from "uses" clause.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1945 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -18,7 +18,7 @@ unit fpc_http_protocol;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils,{$IFDEF WST_DBG}Dialogs,{$ENDIF}
|
Classes, SysUtils,
|
||||||
wst_types, service_intf, imp_utils, base_service_intf, client_utils,
|
wst_types, service_intf, imp_utils, base_service_intf, client_utils,
|
||||||
fphttpclient;
|
fphttpclient;
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ unit synapse_http_protocol;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils,{$IFDEF WST_DBG}Dialogs,{$ENDIF}
|
Classes, SysUtils,
|
||||||
wst_types, service_intf, imp_utils, base_service_intf, client_utils,
|
wst_types, service_intf, imp_utils, base_service_intf, client_utils,
|
||||||
httpsend;
|
httpsend;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user