From 85fe454ccc64450e582e93af34baafa14aa235da Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 8 Apr 2022 21:24:35 -0700 Subject: [PATCH] GTK plugin: remove unused unistd.h #includes Gitlab: #2204 --- plugin/gtk/gvdevice_gtk.c | 3 --- plugin/gtk/interface.c | 5 ----- 2 files changed, 8 deletions(-) diff --git a/plugin/gtk/gvdevice_gtk.c b/plugin/gtk/gvdevice_gtk.c index c2dfc7967..1b1838fc6 100644 --- a/plugin/gtk/gvdevice_gtk.c +++ b/plugin/gtk/gvdevice_gtk.c @@ -12,9 +12,6 @@ #include #include -#ifdef HAVE_UNISTD_H -#include -#endif #include diff --git a/plugin/gtk/interface.c b/plugin/gtk/interface.c index 8ef5624e2..ea0a90929 100644 --- a/plugin/gtk/interface.c +++ b/plugin/gtk/interface.c @@ -2,13 +2,8 @@ * DO NOT EDIT THIS FILE - it is generated by Glade. */ -#include "config.h" - #include #include -#ifdef HAVE_UNISTD_H -#include -#endif #include #include -- 2.40.0