summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-27 19:24:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-27 19:28:50 +0200
commit2cfe488022e76952ee76be0b46c12732cb2fee8f (patch)
tree857efbd9e7127a44bf3ae7bf0beb3a931c882236 /xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx
parentae531b69b3d8f0aa1bb1438e0af63b0710c9c47a (diff)
loplugin:includeform: xmlsecurity (Windows)
Change-Id: Ib996672d7acd7d0dbf446eb8a4f8812680795e35
Diffstat (limited to 'xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx
index 9fb5f3b76b64..beb5412654f0 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx
@@ -26,8 +26,8 @@
#if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
#endif
-#include "Windows.h"
-#include "WinCrypt.h"
+#include <Windows.h>
+#include <WinCrypt.h>
#ifdef _MSC_VER
#pragma warning(pop)
#endif