Skip to content

Commit

Permalink
Remove unused includes, bump required gtk version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Oct 23, 2023
1 parent 8819242 commit 89344d2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libxapp/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ glib_min_ver = '>=2.44.0'
gio_dep = dependency('gio-2.0', version: glib_min_ver, required: true)
gio_unix_dep = dependency('gio-unix-2.0', version: glib_min_ver, required: true)
glib_dep = dependency('glib-2.0', version: glib_min_ver, required: true)
gtk3_dep = dependency('gtk+-3.0', version: '>=3.16', required: true)
gtk3_dep = dependency('gtk+-3.0', version: '>=3.22', required: true)
gmodule_dep = dependency('gmodule-2.0', version: glib_min_ver, required: true)

libdeps = []
Expand Down
2 changes: 1 addition & 1 deletion libxapp/xapp-monitor-blanker.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <stdlib.h>
#include <string.h>

#include <gdk/gdkx.h>
#include <gdk/gdk.h>
#include <gtk/gtk.h>

#include <glib/gi18n-lib.h>
Expand Down
1 change: 0 additions & 1 deletion libxapp/xapp-status-icon-monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <sys/types.h>
#include <unistd.h>

#include <gdk/gdkx.h>
#include <gtk/gtk.h>

#include <glib/gi18n-lib.h>
Expand Down
1 change: 0 additions & 1 deletion libxapp/xapp-status-icon.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <sys/types.h>
#include <unistd.h>

#include <gdk/gdkx.h>
#include <gtk/gtk.h>

#include <glib/gi18n-lib.h>
Expand Down

0 comments on commit 89344d2

Please sign in to comment.