summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/implrenderer.cxx
diff options
context:
space:
mode:
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>