diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2018-11-01 23:04:12 -0400 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-11-09 18:42:34 +0100 |
commit | 25741af1d255128f27444daf3705afece685322d (patch) | |
tree | f8b340e475f130ed125abae67646efec0b2c56d3 /vcl/headless | |
parent | 7484f1691cbe9513dabf084effe8a0366b737a80 (diff) |
LOK: custom themes: isolate LO internals headers from theme plugin
Change-Id: Ic189aecf092b9cffd800e410d2d6e88016c43052
Diffstat (limited to 'vcl/headless')
-rw-r--r-- | vcl/headless/CustomWidgetDraw.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/headless/CustomWidgetDraw.cxx b/vcl/headless/CustomWidgetDraw.cxx index 38d52dedcfa2..d7eb359311a8 100644 --- a/vcl/headless/CustomWidgetDraw.cxx +++ b/vcl/headless/CustomWidgetDraw.cxx @@ -8,14 +8,13 @@ * */ +#include <cairo.h> #include <headless/CustomWidgetDraw.hxx> -#include <vcl/salnativewidgets.hxx> #include <sal/main.h> #include <sal/config.h> #include <rtl/bootstrap.hxx> #include <tools/svlibrary.h> #include <osl/module.hxx> -#include <cairo.h> #include <svdata.hxx> namespace vcl |