diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:31:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:51 +0200 |
commit | 92236b3eabb93b753adc21d72dc41f1b0330a8a4 (patch) | |
tree | 87ba5124a1bb4067752bc02d0a49295be810de39 /include/svtools/htmlout.hxx | |
parent | 97059fbd09fedce0ff830599f8df5f41d42336f2 (diff) |
loplugin:includeform: svtools
Change-Id: I7a25c2db8c097ae4512c8a8b7d8a272905b46e50
Diffstat (limited to 'include/svtools/htmlout.hxx')
-rw-r--r-- | include/svtools/htmlout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/htmlout.hxx b/include/svtools/htmlout.hxx index b720df2c1544..8fadcb90280e 100644 --- a/include/svtools/htmlout.hxx +++ b/include/svtools/htmlout.hxx @@ -26,7 +26,7 @@ #include <rtl/string.hxx> #include <svl/macitem.hxx> -#include "svtools/HtmlWriter.hxx" +#include <svtools/HtmlWriter.hxx> class Color; class ImageMap; |