From 5b149374be47fc862ea06db51112132c96d34bbb Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Thu, 30 Jun 2016 22:54:30 +0200 Subject: [PATCH] include: Remove duplicate definition of WS_XML_NODE_POSITION. Signed-off-by: Sebastian Lackner Signed-off-by: Hans Leidekker Signed-off-by: Alexandre Julliard --- include/webservices.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/webservices.h b/include/webservices.h index a5ffd510791..3c808f59463 100644 --- a/include/webservices.h +++ b/include/webservices.h @@ -73,7 +73,6 @@ typedef struct _WS_CUSTOM_HTTP_PROXY WS_CUSTOM_HTTP_PROXY; typedef struct _WS_HTTP_MESSAGE_MAPPING WS_HTTP_MESSAGE_MAPPING; typedef struct _WS_HTTP_HEADER_MAPPING WS_HTTP_HEADER_MAPPING; typedef struct _WS_HTTP_REDIRECT_CALLBACK_CONTEXT WS_HTTP_REDIRECT_CALLBACK_CONTEXT; -typedef struct _WS_XML_NODE_POSITION WS_XML_NODE_POSITION; struct _WS_STRUCT_DESCRIPTION; struct _WS_XML_STRING;