[kwin] Remove unused config-workspace.h includes

icc-effect-5.14.5
Martin Gräßlin 2014-03-18 09:23:25 +01:00
parent dc58fc2c32
commit ca5f8cfe03
4 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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

View File

@ -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