summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2019-11-25 13:11:56 +0200
committerPekka Paalanen <pekka.paalanen@collabora.com>2019-11-25 13:11:56 +0200
commit531b61c14a8e08661d26f25f75423d510b364da8 (patch)
tree5b1345a6181c1082f17d3deee3d3efadcdf77e5f
parenta2e80aca68cea5898f444b69472ea85ca50d4119 (diff)
downloadweston-531b61c14a8e08661d26f25f75423d510b364da8.tar.gz
weston-531b61c14a8e08661d26f25f75423d510b364da8.tar.bz2
weston-531b61c14a8e08661d26f25f75423d510b364da8.zip
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 <pekka.paalanen@collabora.com>
-rw-r--r--libweston/content-protection.c1
1 files changed, 0 insertions, 1 deletions
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 <string.h>
#include <libweston/libweston.h>
#include <libweston/weston-log.h>
-#include "compositor/weston.h"
#include "weston-content-protection-server-protocol.h"
#include "shared/helpers.h"
#include "shared/timespec-util.h"