summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/implrenderer.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:43:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:11 +0200
commit74067098bbf225138fad5d2c208b6e1fc71fa9a9 (patch)
treebf083b523a58bff4b4513ac4f4ab42c6c1f59d98 /cppcanvas/source/mtfrenderer/implrenderer.cxx
parent7a3aafb5a19061ec4ef20aa3328fc76bb8a3c93d (diff)
loplugin:includeform: cppucanvas
Change-Id: I83da2a535f89dfaa675629ca3dc2a6cefc334443
Diffstat (limited to 'cppcanvas/source/mtfrenderer/implrenderer.cxx')
-rw-r--r--cppcanvas/source/mtfrenderer/implrenderer.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx
index 144246de2e2f..d7a8850b2883 100644
--- a/cppcanvas/source/mtfrenderer/implrenderer.cxx
+++ b/cppcanvas/source/mtfrenderer/implrenderer.cxx
@@ -64,12 +64,12 @@
#include <tools.hxx>
#include <outdevstate.hxx>
#include <action.hxx>
-#include <bitmapaction.hxx>
-#include <lineaction.hxx>
-#include <pointaction.hxx>
-#include <polypolyaction.hxx>
-#include <textaction.hxx>
-#include <transparencygroupaction.hxx>
+#include "bitmapaction.hxx"
+#include "lineaction.hxx"
+#include "pointaction.hxx"
+#include "polypolyaction.hxx"
+#include "textaction.hxx"
+#include "transparencygroupaction.hxx"
#include <utility>
#include <vector>
#include <algorithm>