diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-25 22:09:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-26 10:14:29 +0100 |
commit | ed63fde85b6b37d464a926c0c5508eb10c4e6464 (patch) | |
tree | 78cc05806b58e2014d7560d395fbefecbabeeccc /vcl/source/components | |
parent | d49ced7e170d79b5462e01ff1ff92baa3d0b98b6 (diff) |
use new link mechanism and drop this horrible mess
Diffstat (limited to 'vcl/source/components')
-rw-r--r-- | vcl/source/components/rasterizer_rsvg.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/components/rasterizer_rsvg.cxx b/vcl/source/components/rasterizer_rsvg.cxx index ef0d5f82e937..6746285bca12 100644 --- a/vcl/source/components/rasterizer_rsvg.cxx +++ b/vcl/source/components/rasterizer_rsvg.cxx @@ -38,11 +38,7 @@ #include <cppuhelper/implbase2.hxx> #include <osl/module.h> -#ifdef SYSTEM_CAIRO #include <cairo.h> -#else -#include <cairo/cairo.h> -#endif #include <vector> |