[PATCH weston] Don't include version.h from compositor.h
Bryce Harrington
bryce at osg.samsung.com
Wed Nov 23 18:57:58 UTC 2016
On Wed, Nov 23, 2016 at 06:48:42PM +0000, Daniel Stone wrote:
> Signed-off-by: Daniel Stone <daniels at collabora.com>
Nothing in compositor.h or its includes seem to need the
version #defines from version.h, so LGTM.
Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>
> ---
> libweston/compositor.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/libweston/compositor.h b/libweston/compositor.h
> index c78cc3b..ce3d9ab 100644
> --- a/libweston/compositor.h
> +++ b/libweston/compositor.h
> @@ -40,7 +40,6 @@ extern "C" {
> #define WL_HIDE_DEPRECATED
> #include <wayland-server.h>
>
> -#include "version.h"
> #include "matrix.h"
> #include "config-parser.h"
> #include "zalloc.h"
> --
> 2.9.3
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list