remote-desktop-session: Remove unnecessary include

The class doesn't actually use the native backend, so remove it
to avoid build errors when the backend is disabled.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/637
This commit is contained in:
Florian Müllner 2019-06-22 18:30:36 +02:00 committed by Georges Basile Stavracas Neto
parent 7229a07b6c
commit ca88826ce9

View File

@ -31,7 +31,6 @@
#include "backends/meta-dbus-session-watcher.h"
#include "backends/meta-screen-cast-session.h"
#include "backends/meta-remote-access-controller-private.h"
#include "backends/native/meta-backend-native.h"
#include "backends/x11/meta-backend-x11.h"
#include "cogl/cogl.h"
#include "meta/meta-backend.h"