diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-11-08 18:14:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-11-08 18:50:53 +0100 |
commit | 71c264dd4e96362cdb276c1defc4c2c7dd48d782 (patch) | |
tree | ab304d61c02221af4bb3c55385d067a86cc46c01 | |
parent | 85d947d52d27b4ade68a735e23bd393bced26046 (diff) |
Removed duplicated include
Change-Id: Ic1a492d7520753baa7092e30e8f37f7f024908ed
Reviewed-on: https://gerrit.libreoffice.org/82318
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | include/basegfx/DrawCommands.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/basegfx/DrawCommands.hxx b/include/basegfx/DrawCommands.hxx index 30e7cfbf4a05..ae898ff51cd6 100644 --- a/include/basegfx/DrawCommands.hxx +++ b/include/basegfx/DrawCommands.hxx @@ -17,7 +17,6 @@ #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/range/b2drange.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/color/bcolor.hxx> namespace gfx { |