Remove unused class forward declarations in scene.h
This commit is contained in:
parent
0f2f69ad7c
commit
bd4650482e
4 changed files with 12 additions and 12 deletions
|
@ -10,6 +10,11 @@
|
|||
|
||||
#include <epoxy/egl.h>
|
||||
|
||||
namespace KWaylandServer
|
||||
{
|
||||
class BufferInterface;
|
||||
}
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
||||
|
|
|
@ -81,10 +81,6 @@
|
|||
#include "thumbnailitem.h"
|
||||
#include "composite.h"
|
||||
|
||||
#include <KWaylandServer/buffer_interface.h>
|
||||
#include <KWaylandServer/subcompositor_interface.h>
|
||||
#include <KWaylandServer/surface_interface.h>
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
||||
|
|
|
@ -17,14 +17,6 @@
|
|||
#include <QElapsedTimer>
|
||||
#include <QMatrix4x4>
|
||||
|
||||
class QOpenGLFramebufferObject;
|
||||
|
||||
namespace KWaylandServer
|
||||
{
|
||||
class BufferInterface;
|
||||
class SubSurfaceInterface;
|
||||
}
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
||||
|
|
|
@ -8,6 +8,13 @@
|
|||
|
||||
#include "surfaceitem.h"
|
||||
|
||||
namespace KWaylandServer
|
||||
{
|
||||
class BufferInterface;
|
||||
class SubSurfaceInterface;
|
||||
class SurfaceInterface;
|
||||
}
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue