screencast: Don't include platformsupport headers

These headers are meant to be used only by platform and scene plugins.
master
Vlad Zahorodnii 2020-07-28 21:50:26 +03:00
parent 2103b999e7
commit a7b922bfce
1 changed files with 2 additions and 3 deletions

View File

@ -23,13 +23,12 @@
#include "pipewirestream.h"
#include "cursor.h"
#include "dmabuftexture.h"
#include "kwineglimagetexture.h"
#include "kwingltexture.h"
#include "kwinglutils.h"
#include "kwinscreencast_logging.h"
#include "main.h"
#include "pipewirecore.h"
#include "platform.h"
#include "platformsupport/scenes/opengl/drm_fourcc.h"
#include "scenes/opengl/egl_dmabuf.h"
#include "utils.h"
#include <KLocalizedString>