summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-19 11:57:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:27 +0200
commit4671e7b8a40fd296d907248f7dcecbc6d29315fa (patch)
treed8efe95f1177a785d6752a81cbaa52d6f78185bb /xmlsecurity/source/framework
parentbd8b38be3d0c54085875a8b28a3fec33291bb018 (diff)
fix-includes.pl: xmlsecurity
Change-Id: Ie3dd8674e1fa927d15eeb6a64a0cad24b8825262
Diffstat (limited to 'xmlsecurity/source/framework')
-rw-r--r--xmlsecurity/source/framework/xsec_framework.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmlsecurity/source/framework/xsec_framework.cxx b/xmlsecurity/source/framework/xsec_framework.cxx
index 6f0c002204ff..22fcf9659952 100644
--- a/xmlsecurity/source/framework/xsec_framework.cxx
+++ b/xmlsecurity/source/framework/xsec_framework.cxx
@@ -24,13 +24,13 @@
#include <cppuhelper/factory.hxx>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#include <decryptorimpl.hxx>
-#include <encryptorimpl.hxx>
-#include <signaturecreatorimpl.hxx>
-#include <signatureverifierimpl.hxx>
-#include <saxeventkeeperimpl.hxx>
-#include <xmlencryptiontemplateimpl.hxx>
-#include <xmlsignaturetemplateimpl.hxx>
+#include "decryptorimpl.hxx"
+#include "encryptorimpl.hxx"
+#include "signaturecreatorimpl.hxx"
+#include "signatureverifierimpl.hxx"
+#include "saxeventkeeperimpl.hxx"
+#include "xmlencryptiontemplateimpl.hxx"
+#include "xmlsignaturetemplateimpl.hxx"
using namespace ::rtl;
using namespace ::cppu;