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>
This commit is contained in:
Pekka Paalanen 2019-11-25 13:11:56 +02:00
parent a2e80aca68
commit 531b61c14a

View 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"