From 531b61c14a8e08661d26f25f75423d510b364da8 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Mon, 25 Nov 2019 13:11:56 +0200 Subject: [PATCH] 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 --- libweston/content-protection.c | 1 - 1 file changed, 1 deletion(-) 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"