summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/xmlsecuritydllapi.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-05-27 10:56:17 +0300
committerTor Lillqvist <tml@collabora.com>2016-05-27 17:10:45 +0000
commite0849330bc4875384704fe031d563f8971ca4d96 (patch)
tree5d330960717aed2eb825360c16e8df976fa4b607 /xmlsecurity/inc/xmlsecuritydllapi.h
parenta88ee01b8683ded7d9da6dbcbf4d3e0c2ed4cadc (diff)
Get rid of unnecessary directory levels $D/inc/$D
Change-Id: Ibf313b8948a493043006ebf3a8281487c1f67b48 Reviewed-on: https://gerrit.libreoffice.org/25532 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'xmlsecurity/inc/xmlsecuritydllapi.h')
-rw-r--r--xmlsecurity/inc/xmlsecuritydllapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/inc/xmlsecuritydllapi.h b/xmlsecurity/inc/xmlsecuritydllapi.h
index f0540c799b48..2349d239b862 100644
--- a/xmlsecurity/inc/xmlsecuritydllapi.h
+++ b/xmlsecurity/inc/xmlsecuritydllapi.h
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_XMLSECURITY_INC_XMLSECURITYDLLAPI_H
-#define INCLUDED_XMLSECURITY_INC_XMLSECURITYDLLAPI_H
+#ifndef INCLUDED_XMLSECURITY_INCDLLAPI_H
+#define INCLUDED_XMLSECURITY_INCDLLAPI_H
#include <sal/types.h>
@@ -18,6 +18,6 @@
#define XMLSECURITY_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
-#endif // INCLUDED_XMLSECURITY_INC_XMLSECURITYDLLAPI_H
+#endif // INCLUDED_XMLSECURITY_INCDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */