clutter: Remove no longer needed cairo includes

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3128>
This commit is contained in:
Bilal Elmoussaoui 2023-07-19 16:35:53 +02:00
parent 06b5cb0761
commit c1703337e4
2 changed files with 1 additions and 5 deletions

View File

@ -27,8 +27,6 @@
#error "Only <clutter/clutter.h> can be included directly."
#endif
#include <cairo.h>
#include "clutter/clutter-types.h"
G_BEGIN_DECLS

View File

@ -27,14 +27,12 @@
#error "Only <clutter/clutter.h> can be included directly."
#endif
#include <cairo.h>
#include <graphene-gobject.h>
#include "cogl/cogl.h"
#include "clutter/clutter-macros.h"
#include "clutter/clutter-enums.h"
#include <graphene-gobject.h>
G_BEGIN_DECLS
#define CLUTTER_TYPE_ACTOR_BOX (clutter_actor_box_get_type ())