mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 07:00:09 +01:00
libweston: Do not include private headers in shell-utils.h
Since it's a public header, it should be usable outside of weston tree. Signed-off-by: Loïc Yhuel <loic.yhuel@softathome.com>
This commit is contained in:
parent
12744bcbee
commit
c00ef0a5ce
2 changed files with 1 additions and 2 deletions
|
|
@ -23,8 +23,6 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "shared/helpers.h"
|
|
||||||
#include <libweston/libweston.h>
|
#include <libweston/libweston.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <libweston/shell-utils.h>
|
#include <libweston/shell-utils.h>
|
||||||
#include <libweston/desktop.h>
|
#include <libweston/desktop.h>
|
||||||
|
#include "shared/helpers.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup shell-utils Shell utils
|
* \defgroup shell-utils Shell utils
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue