From e2d8f25d0c43ff416937640f09fcad2c07787265 Mon Sep 17 00:00:00 2001 From: Adrian Knoth Date: Mon, 22 Apr 2013 20:48:40 +0200 Subject: [PATCH] Merge important bits from canvas-image.h into imageframe.h --- gtk2_ardour/imageframe.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/imageframe.h b/gtk2_ardour/imageframe.h index 466d0804f5..a752cdbce0 100644 --- a/gtk2_ardour/imageframe.h +++ b/gtk2_ardour/imageframe.h @@ -27,10 +27,23 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include #include #include #include -#include "canvas-imageframe.h" + +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif +#include +#ifdef __cplusplus +} +#endif + +#include #ifndef DOXYGEN_SHOULD_SKIP_THIS -- 2.30.2