From 337a890ee4de00ed10ea6de445a5f26a8b2ea65b Mon Sep 17 00:00:00 2001 From: Owen Rudge Date: Tue, 18 Apr 2017 20:40:47 +0100 Subject: [PATCH] include: Remove typedefs from wsdapi.h, reorder includes. Signed-off-by: Owen Rudge Signed-off-by: Alexandre Julliard --- include/wsdapi.h | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/include/wsdapi.h b/include/wsdapi.h index 8deb377e5d5..dec095472b2 100644 --- a/include/wsdapi.h +++ b/include/wsdapi.h @@ -19,31 +19,10 @@ #ifndef WSDAPI_H #define WSDAPI_H -#ifdef __cplusplus -extern "C" { -#endif - -typedef struct IWSDMessageParameters IWSDMessageParameters; - -typedef struct _WSD_URI_LIST WSD_URI_LIST; -typedef struct _WSD_NAME_LIST WSD_NAME_LIST; - -typedef struct _WSDXML_NAME WSDXML_NAME; -typedef struct _WSDXML_ELEMENT WSDXML_ELEMENT; -typedef struct _WSDXML_NODE WSDXML_NODE; -typedef struct _WSDXML_ATTRIBUTE WSDXML_ATTRIBUTE; -typedef struct _WSDXML_PREFIX_MAPPING WSDXML_PREFIX_MAPPING; -typedef struct _WSDXML_ELEMENT_LIST WSDXML_ELEMENT_LIST; -typedef struct _WSDXML_TYPE WSDXML_TYPE; - -#ifdef __cplusplus -} -#endif - -#include #include -#include #include +#include +#include #include #endif