From e88891a1d516fbb7760b07d777fff38c98022244 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Fri, 21 Oct 2022 20:54:39 +0200 Subject: [PATCH] core: Cleanup header includes There's some X11 includes we no longer need in these files. Part-of: --- src/core/boxes.c | 1 - src/core/display-private.h | 2 -- src/core/util.c | 2 -- src/core/workspace.c | 1 - 4 files changed, 6 deletions(-) diff --git a/src/core/boxes.c b/src/core/boxes.c index 92e0a01e9..315844a88 100644 --- a/src/core/boxes.c +++ b/src/core/boxes.c @@ -34,7 +34,6 @@ #include "core/boxes-private.h" #include -#include #include "meta/util.h" diff --git a/src/core/display-private.h b/src/core/display-private.h index f9e171131..e4f28d725 100644 --- a/src/core/display-private.h +++ b/src/core/display-private.h @@ -28,8 +28,6 @@ #include "meta/display.h" #include -#include -#include #include "clutter/clutter.h" #include "core/keybindings-private.h" diff --git a/src/core/util.c b/src/core/util.c index fddd06fdd..79adb11bb 100644 --- a/src/core/util.c +++ b/src/core/util.c @@ -34,8 +34,6 @@ #include #include #include -#include /* must explicitly be included for Solaris; #326746 */ -#include /* Just for the definition of the various gravities */ #ifdef HAVE_SYS_PRCTL #include diff --git a/src/core/workspace.c b/src/core/workspace.c index 9718f31e1..87f4fccec 100644 --- a/src/core/workspace.c +++ b/src/core/workspace.c @@ -35,7 +35,6 @@ #include "meta/workspace.h" -#include #include #include "backends/meta-backend-private.h"