diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-11-10 22:14:42 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-20 20:36:42 +0000 |
commit | 2cb7ba189d308bb8ee30086ebf237518eba8cef1 (patch) | |
tree | aaf1533d367a39334023e0892cce472455a9faaf /vcl/inc/unx/gtk/gtkframe.hxx | |
parent | 835d0fb70097b41eef057493bb1fb67c12ce5306 (diff) |
cairo: convert to gbuild
Change-Id: I1f3dd368a0d0b78b73df3baad214a1079bbbd1d3
Reviewed-on: https://gerrit.libreoffice.org/1144
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 3613cf5e0b71..6c20e9b7b924 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -21,7 +21,7 @@ #define _VCL_GTKFRAME_HXX #include <tools/prex.h> -#include <cairo/cairo.h> +#include <cairo.h> #include <gdk/gdk.h> #include <gdk/gdkx.h> #include <gtk/gtk.h> |