diff options
author | lukefromdc <[email protected]> | 2023-08-07 15:21:32 -0400 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-08-09 23:25:08 +0000 |
commit | bc562a7db0b620b0a575ff521f6189be14f4105c (patch) | |
tree | 412cb309f64e612c48c9ab647013961993afa504 | |
parent | b35bbb991536b7cc21b4c77ba993954a40316dd9 (diff) | |
download | mate-control-center-bc562a7db0b620b0a575ff521f6189be14f4105c.tar.bz2 mate-control-center-bc562a7db0b620b0a575ff521f6189be14f4105c.tar.xz |
libslab: Remove gdk/gdkx.h from includes
*It's no longer used after updating monitor measurements for column sizing not to use a gdk-x11 function
-rw-r--r-- | libslab/app-shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libslab/app-shell.c b/libslab/app-shell.c index 0c0aafb4..0e681c2e 100644 --- a/libslab/app-shell.c +++ b/libslab/app-shell.c @@ -25,7 +25,6 @@ #include <libmate-desktop/mate-desktop-item.h> #include <gio/gio.h> #include <gtk/gtk.h> -#include <gdk/gdkx.h> #include <gdk/gdkkeysyms.h> #include <sys/types.h> #include <sys/stat.h> |