mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
backends/native: Remove unused includes
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1964>
This commit is contained in:
parent
3d689989ea
commit
16e335eb24
@ -32,7 +32,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <systemd/sd-login.h>
|
#include <systemd/sd-login.h>
|
||||||
#include <gudev/gudev.h>
|
|
||||||
|
|
||||||
#include "backends/meta-backend-private.h"
|
#include "backends/meta-backend-private.h"
|
||||||
#include "backends/native/dbus-utils.h"
|
#include "backends/native/dbus-utils.h"
|
||||||
|
@ -40,12 +40,8 @@
|
|||||||
#include "backends/native/meta-monitor-manager-native.h"
|
#include "backends/native/meta-monitor-manager-native.h"
|
||||||
|
|
||||||
#include <drm.h>
|
#include <drm.h>
|
||||||
#include <errno.h>
|
|
||||||
#include <gudev/gudev.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/ioctl.h>
|
|
||||||
#include <sys/mman.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "backends/meta-backend-private.h"
|
#include "backends/meta-backend-private.h"
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#ifndef META_SEAT_NATIVE_H
|
#ifndef META_SEAT_NATIVE_H
|
||||||
#define META_SEAT_NATIVE_H
|
#define META_SEAT_NATIVE_H
|
||||||
|
|
||||||
#include <gudev/gudev.h>
|
|
||||||
#include <libinput.h>
|
#include <libinput.h>
|
||||||
#include <linux/input-event-codes.h>
|
#include <linux/input-event-codes.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user