From: Pekka Paalanen Date: Mon, 25 Nov 2019 11:11:56 +0000 (+0200) Subject: libweston: do not include weston.h X-Git-Tag: upstream/9.0.0~244 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=531b61c14a8e08661d26f25f75423d510b364da8;p=platform%2Fupstream%2Fweston.git libweston: do not include weston.h Libweston is not allowed to depend on Weston. Fortunately this include is unnecessary and can be simply removed. Signed-off-by: Pekka Paalanen --- diff --git a/libweston/content-protection.c b/libweston/content-protection.c index e958f895..23661453 100644 --- a/libweston/content-protection.c +++ b/libweston/content-protection.c @@ -32,7 +32,6 @@ #include #include #include -#include "compositor/weston.h" #include "weston-content-protection-server-protocol.h" #include "shared/helpers.h" #include "shared/timespec-util.h"