From ed7fdbcf6beb40960cf91555ae1d506278b852d8 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 16 Dec 2014 08:25:14 +0100 Subject: move client classes into akonadi2common and add the base class for resource plugins we can divide up libakonadi2common later once we have a full collection of classes this makes writing code a bit simpler now as we don't have to figuer out which libraries to link against or how class dependencies should look. when we have more infrastructure in place this will mostly become self-evident --- dummyresource/facade.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dummyresource/facade.cpp') diff --git a/dummyresource/facade.cpp b/dummyresource/facade.cpp index 45e891c..0d47010 100644 --- a/dummyresource/facade.cpp +++ b/dummyresource/facade.cpp @@ -21,7 +21,8 @@ #include #include -#include "client/resourceaccess.h" + +#include "common/resourceaccess.h" #include "dummycalendar_generated.h" using namespace DummyCalendar; -- cgit v1.2.3