[server] Clean up headers of BlurInterface and ContrastInterface
* remove unused forward declarations * remove unused included
This commit is contained in:
parent
c93f6e84a6
commit
ecb5e64b67
2 changed files with 0 additions and 8 deletions
|
@ -25,18 +25,14 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "resource.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QMarginsF>
|
||||
|
||||
#include <KWayland/Server/kwaylandserver_export.h>
|
||||
|
||||
struct wl_region;
|
||||
|
||||
namespace KWayland
|
||||
{
|
||||
namespace Server
|
||||
{
|
||||
|
||||
class BufferInterface;
|
||||
class Display;
|
||||
|
||||
class KWAYLANDSERVER_EXPORT BlurManagerInterface : public Global
|
||||
|
|
|
@ -25,18 +25,14 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "resource.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QMarginsF>
|
||||
|
||||
#include <KWayland/Server/kwaylandserver_export.h>
|
||||
|
||||
struct wl_region;
|
||||
|
||||
namespace KWayland
|
||||
{
|
||||
namespace Server
|
||||
{
|
||||
|
||||
class BufferInterface;
|
||||
class Display;
|
||||
|
||||
class KWAYLANDSERVER_EXPORT ContrastManagerInterface : public Global
|
||||
|
|
Loading…
Reference in a new issue