libweston: do not include weston.h
authorPekka Paalanen <pekka.paalanen@collabora.com>
Mon, 25 Nov 2019 11:11:56 +0000 (13:11 +0200)
committerPekka Paalanen <pekka.paalanen@collabora.com>
Mon, 25 Nov 2019 11:11:56 +0000 (13:11 +0200)
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>
libweston/content-protection.c

index e958f8959f133b18ba898a933405c750fb382f78..23661453188e66ad4ff298bebb9d9606209e4bc5 100644 (file)
@@ -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"