summaryrefslogtreecommitdiffstats
path: root/ganv/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-09 05:48:35 +0000
committerDavid Robillard <d@drobilla.net>2011-12-09 05:48:35 +0000
commit985d9b8babb2faac0de62cb684fc14c7910e9909 (patch)
treee59ebd3ae5144f503795aadbcbd4fb570c22377e /ganv/Port.hpp
parent00df069cdf55e115ea734119c0ba97b78192cfcc (diff)
downloadganv-985d9b8babb2faac0de62cb684fc14c7910e9909.tar.gz
ganv-985d9b8babb2faac0de62cb684fc14c7910e9909.tar.bz2
ganv-985d9b8babb2faac0de62cb684fc14c7910e9909.zip
Remove GnomeCanvas dependency.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3842 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv/Port.hpp')
-rw-r--r--ganv/Port.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv/Port.hpp b/ganv/Port.hpp
index 94a272e..ed3b8a1 100644
--- a/ganv/Port.hpp
+++ b/ganv/Port.hpp
@@ -20,9 +20,9 @@
#include <string>
-#include <libgnomecanvas/gnome-canvas.h>
#include <gdkmm/types.h>
+#include "ganv/canvas-base.h"
#include "ganv/Box.hpp"
#include "ganv/port.h"