From efa3c517693b8eae29082c1a57fb7677bdc548e4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Jan 2014 19:44:32 +0000 Subject: Separate item.h. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5299 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/Item.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ganv/Item.hpp') diff --git a/ganv/Item.hpp b/ganv/Item.hpp index e404369..2ba4de0 100644 --- a/ganv/Item.hpp +++ b/ganv/Item.hpp @@ -23,9 +23,9 @@ #include #include -#include "ganv/canvas-base.h" -#include "ganv/wrap.hpp" #include "ganv/Canvas.hpp" +#include "ganv/item.h" +#include "ganv/wrap.hpp" namespace Ganv { -- cgit v1.2.1