Paul Davis
f16caf535c
git-svn-id: svn://localhost/trunk/ardour2@99 d708f5d6-7413-0410-9779-e7cbd77b26cf
16 lines
385 B
C++
16 lines
385 B
C++
#ifndef __ardour_gtk_canvas_impl_h__
|
|
#define __ardour_gtk_canvas_impl_h__
|
|
|
|
#include "canvas.h"
|
|
|
|
#include <libgnomecanvasmm/canvas.h>
|
|
#include <libgnomecanvasmm/polygon.h>
|
|
#include <libgnomecanvasmm/text.h>
|
|
#include <libgnomecanvasmm/rect.h>
|
|
#include <libgnomecanvasmm/line.h>
|
|
#include <libgnomecanvasmm/item.h>
|
|
|
|
using namespace ArdourCanvas;
|
|
|
|
#endif /* __ardour_gtk_canvas_impl_h__ */
|