diff --git a/wst/trunk/fpc_http_protocol.pas b/wst/trunk/fpc_http_protocol.pas index 5e99a389e..248393a99 100644 --- a/wst/trunk/fpc_http_protocol.pas +++ b/wst/trunk/fpc_http_protocol.pas @@ -18,7 +18,7 @@ unit fpc_http_protocol; interface uses - Classes, SysUtils,{$IFDEF WST_DBG}Dialogs,{$ENDIF} + Classes, SysUtils, wst_types, service_intf, imp_utils, base_service_intf, client_utils, fphttpclient; diff --git a/wst/trunk/synapse_http_protocol.pas b/wst/trunk/synapse_http_protocol.pas index b2d43d9e9..64f7eefdb 100644 --- a/wst/trunk/synapse_http_protocol.pas +++ b/wst/trunk/synapse_http_protocol.pas @@ -18,7 +18,7 @@ unit synapse_http_protocol; interface uses - Classes, SysUtils,{$IFDEF WST_DBG}Dialogs,{$ENDIF} + Classes, SysUtils, wst_types, service_intf, imp_utils, base_service_intf, client_utils, httpsend;