From 4671e7b8a40fd296d907248f7dcecbc6d29315fa Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 19 May 2014 11:57:34 +0200 Subject: fix-includes.pl: xmlsecurity Change-Id: Ie3dd8674e1fa927d15eeb6a64a0cad24b8825262 --- xmlsecurity/source/helper/xmlsignaturehelper2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlsecurity/source/helper/xmlsignaturehelper2.cxx') diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.cxx b/xmlsecurity/source/helper/xmlsignaturehelper2.cxx index 6dd1bfac9ce9..cda4ce6da1fe 100644 --- a/xmlsecurity/source/helper/xmlsignaturehelper2.cxx +++ b/xmlsecurity/source/helper/xmlsignaturehelper2.cxx @@ -18,7 +18,7 @@ */ #include -#include +#include "xmlsignaturehelper2.hxx" #include #include @@ -27,7 +27,7 @@ #include #include #include -#include "rtl/uri.hxx" +#include using namespace com::sun::star; -- cgit