Remove unused things in screencast_interface.h

This commit is contained in:
Vlad Zahorodnii 2020-09-03 15:03:19 +03:00
parent f8dd1c615b
commit 77b7635593

View file

@ -7,10 +7,7 @@
#pragma once
#include <QObject>
#include <QRect>
#include <QScopedPointer>
#include <QSharedPointer>
#include <functional>
#include <KWaylandServer/kwaylandserver_export.h>
#include <wayland-server.h>
@ -21,8 +18,6 @@ namespace KWaylandServer
class Display;
class OutputInterface;
class Screencast;
class ScreencastSourcePrivate;
class ScreencastInterfacePrivate;
class ScreencastStreamInterfacePrivate;
class ScreencastStreamInterface;