mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
backends/cursor: Clean up includes
Some were unnecessary, some were added even though not strictly needed. https://gitlab.gnome.org/GNOME/mutter/issues/77
This commit is contained in:
parent
2a20df0c50
commit
9ebcb719a1
@ -23,18 +23,16 @@
|
|||||||
|
|
||||||
#include "meta-cursor.h"
|
#include "meta-cursor.h"
|
||||||
|
|
||||||
#include <meta/errors.h>
|
|
||||||
|
|
||||||
#include "display-private.h"
|
|
||||||
#include "screen-private.h"
|
|
||||||
#include "meta-backend-private.h"
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <X11/cursorfont.h>
|
|
||||||
#include <X11/extensions/Xfixes.h>
|
|
||||||
#include <X11/Xcursor/Xcursor.h>
|
#include <X11/Xcursor/Xcursor.h>
|
||||||
|
|
||||||
|
#include "backends/meta-backend-private.h"
|
||||||
|
#include "backends/meta-cursor-renderer.h"
|
||||||
|
#include "clutter/clutter.h"
|
||||||
|
#include "cogl/cogl.h"
|
||||||
|
#include "meta/common.h"
|
||||||
|
#include "meta/prefs.h"
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
PREPARE_AT,
|
PREPARE_AT,
|
||||||
TEXTURE_CHANGED,
|
TEXTURE_CHANGED,
|
||||||
|
Loading…
Reference in New Issue
Block a user