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 <pekka.paalanen@collabora.com>
This commit is contained in:
committed by
Daniel Stone
parent
49dc32013e
commit
1c0d04bff7
@@ -42,7 +42,6 @@ extern "C" {
|
||||
#include <wayland-server.h>
|
||||
|
||||
#include <libweston/matrix.h>
|
||||
#include <libweston/config-parser.h>
|
||||
#include <libweston/zalloc.h>
|
||||
#include <libweston/timeline-object.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user