Skip to content

Commit

Permalink
Clean up some obsolete dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Nov 14, 2024
1 parent 9e50415 commit f484ddd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion panels/display/cc-display-panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <sys/types.h>
#include <unistd.h>

#include <libcinnamon-desktop/cdesktop-enums.h>
#include <math.h>
#ifdef GDK_WINDOWING_WAYLAND
#include <gdk/gdkwayland.h>
Expand Down
3 changes: 0 additions & 3 deletions panels/wacom/cc-wacom-device.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
#include "csd-device-manager.h"
#include "cc-wacom-output-manager.h"

#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libcinnamon-desktop/gnome-rr.h>

#define CC_TYPE_WACOM_DEVICE (cc_wacom_device_get_type ())
G_DECLARE_FINAL_TYPE (CcWacomDevice, cc_wacom_device, CC, WACOM_DEVICE, GObject)

Expand Down
3 changes: 0 additions & 3 deletions panels/wacom/cc-wacom-mapping-panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

#include <gtk/gtk.h>
#include <glib/gi18n.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libcinnamon-desktop/gnome-rr.h>
#include <libcinnamon-desktop/gnome-rr-config.h>

#include <string.h>

Expand Down
1 change: 0 additions & 1 deletion panels/wacom/cc-wacom-page.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include <glib/gi18n-lib.h>
#include <gtk/gtk.h>
#include <libcinnamon-desktop/cdesktop-enums.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
Expand Down
1 change: 1 addition & 0 deletions panels/wacom/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
deps = [
libwacom,
cinn_desktop,
gtk,
libx11,
libxi
]
Expand Down

0 comments on commit f484ddd

Please sign in to comment.