diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:28:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:47 +0200 |
commit | 9c9e5fd4d4e3a70b7eaca37654d3fb65808d4f59 (patch) | |
tree | 56b8be9d90f2851953e65ac8710e54576ae4add1 /unoxml/source/dom/entityreference.cxx | |
parent | 2301e37201c7ea85cb802fac22400685e4752b71 (diff) |
loplugin:includeform: unoxml
Change-Id: I447ba963bd9163e99932d95c3f3e9aeac623d822
Diffstat (limited to 'unoxml/source/dom/entityreference.cxx')
-rw-r--r-- | unoxml/source/dom/entityreference.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/entityreference.cxx b/unoxml/source/dom/entityreference.cxx index f4955aeba88b..4b328cc2ee46 100644 --- a/unoxml/source/dom/entityreference.cxx +++ b/unoxml/source/dom/entityreference.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <entityreference.hxx> +#include "entityreference.hxx" #include <string.h> |