diff options
author | Pekka Paalanen <pekka.paalanen@collabora.com> | 2019-11-25 13:11:56 +0200 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.com> | 2019-11-25 13:11:56 +0200 |
commit | 531b61c14a8e08661d26f25f75423d510b364da8 (patch) | |
tree | 5b1345a6181c1082f17d3deee3d3efadcdf77e5f | |
parent | a2e80aca68cea5898f444b69472ea85ca50d4119 (diff) | |
download | weston-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.c | 1 |
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" |