[kwin] Remove unused config-workspace.h includes
This commit is contained in:
parent
dc58fc2c32
commit
ca5f8cfe03
4 changed files with 0 additions and 4 deletions
|
@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#ifdef KWIN_HAVE_EGL
|
||||
#include "eglonxbackend.h"
|
||||
// for Wayland
|
||||
#include "config-workspace.h"
|
||||
#if HAVE_WAYLAND_EGL
|
||||
#include "egl_wayland_backend.h"
|
||||
#endif
|
||||
|
|
|
@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include "scene.h"
|
||||
#include "shadow.h"
|
||||
#include <config-workspace.h>
|
||||
|
||||
namespace KWin {
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include "scene.h"
|
||||
#include "shadow.h"
|
||||
#include <config-workspace.h>
|
||||
|
||||
#ifdef KWIN_HAVE_XRENDER_COMPOSITING
|
||||
|
||||
|
|
|
@ -57,7 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "unmanaged.h"
|
||||
#include "useractions.h"
|
||||
#include "virtualdesktops.h"
|
||||
#include <config-workspace.h>
|
||||
#if HAVE_WAYLAND
|
||||
#include "wayland_backend.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue