From: Krisztian Litkey Date: Wed, 2 May 2012 17:19:39 +0000 (+0300) Subject: common,core: include msg,transport,console to the convenience headers. X-Git-Tag: build/2012-07-04.133153~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7466824f2c5ca17282e56d77cfb0b3edb0f82f21;p=profile%2Fivi%2Fmurphy.git common,core: include msg,transport,console to the convenience headers. --- diff --git a/src/common.h b/src/common.h index 7d51027..52ef5ac 100644 --- a/src/common.h +++ b/src/common.h @@ -9,5 +9,7 @@ #include #include #include +#include +#include #endif diff --git a/src/core.h b/src/core.h index 6394f25..5d47670 100644 --- a/src/core.h +++ b/src/core.h @@ -3,5 +3,6 @@ #include #include +#include #endif