[Cogl] [PATCH] winsys-wgl: Don't include cogl.h

Robert Bragg robert at sixbynine.org
Mon Jan 20 08:38:34 PST 2014


This looks good to land to me:

Reviewed-by: Robert Bragg <robert at linux.intel.com>

thanks,
Robert

On Mon, Jan 20, 2014 at 3:54 PM, Neil Roberts <neil at linux.intel.com> wrote:
> Since 248a76f5eac7e5ae4fb45208577f9a55360812a7 cogl.h can no longer be
> included in internal source files so the WGL winsys was no longer
> compiling.
> ---
>  cogl/winsys/cogl-winsys-wgl.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/cogl/winsys/cogl-winsys-wgl.c b/cogl/winsys/cogl-winsys-wgl.c
> index 76abba8..004b88c 100644
> --- a/cogl/winsys/cogl-winsys-wgl.c
> +++ b/cogl/winsys/cogl-winsys-wgl.c
> @@ -36,8 +36,6 @@
>
>  #include <windows.h>
>
> -#include "cogl.h"
> -
>  #include "cogl-util.h"
>  #include "cogl-winsys-private.h"
>  #include "cogl-context-private.h"
> --
> 1.8.4.2
>
> _______________________________________________
> Cogl mailing list
> Cogl at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/cogl


More information about the Cogl mailing list