From 6b4a9600fe95de4a029a6ebab66313bf9d19321c Mon Sep 17 00:00:00 2001 From: inoussa Date: Tue, 23 Dec 2008 15:11:31 +0000 Subject: [PATCH] Use wst_types.pas instead of wst.inc and wst_delphi.inc git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@644 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/indy_http_protocol.pas | 7 +------ wst/trunk/soap_formatter.pas | 5 +---- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/wst/trunk/indy_http_protocol.pas b/wst/trunk/indy_http_protocol.pas index 2efdbf20e..3fad713f8 100644 --- a/wst/trunk/indy_http_protocol.pas +++ b/wst/trunk/indy_http_protocol.pas @@ -19,12 +19,9 @@ interface uses Classes, SysUtils, - service_intf, imp_utils, base_service_intf, + service_intf, imp_utils, base_service_intf, wst_types, IdHTTP; -{$INCLUDE wst.inc} -{$INCLUDE wst_delphi.inc} - Const sTRANSPORT_NAME = 'HTTP'; @@ -69,8 +66,6 @@ Type procedure INDY_RegisterHTTP_Transport(); implementation -uses - wst_types; { THTTPTransport } diff --git a/wst/trunk/soap_formatter.pas b/wst/trunk/soap_formatter.pas index be04e2052..454ac146f 100644 --- a/wst/trunk/soap_formatter.pas +++ b/wst/trunk/soap_formatter.pas @@ -18,10 +18,7 @@ interface uses Classes, SysUtils, TypInfo, {$IFNDEF FPC}xmldom, wst_delphi_xml{$ELSE}DOM{$ENDIF}, - base_service_intf, service_intf, imp_utils, base_soap_formatter; - -{$INCLUDE wst.inc} -{$INCLUDE wst_delphi.inc} + wst_types, base_service_intf, service_intf, imp_utils, base_soap_formatter; type