From 1c0d04bff774e944954894c76a7e4f657c78338b Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 18 Apr 2019 13:54:38 +0300 Subject: [PATCH] libweston: do not include config-parser.h config-parser.h is a helper API that libweston core must never depend on. Using it is a compositor frontend decision. Including it in libweston.h would give the wrong message. Signed-off-by: Pekka Paalanen --- compositor/weston.h | 1 + include/libweston/libweston.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/compositor/weston.h b/compositor/weston.h index 84bc67060..036d9cf85 100644 --- a/compositor/weston.h +++ b/compositor/weston.h @@ -31,6 +31,7 @@ extern "C" { #endif #include +#include void screenshooter_create(struct weston_compositor *ec); diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h index 9f99b9d0d..f28a33267 100644 --- a/include/libweston/libweston.h +++ b/include/libweston/libweston.h @@ -42,7 +42,6 @@ extern "C" { #include #include -#include #include #include