summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/files/patch-gtk_gtkiconcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-gtk_gtkiconcache.c')
-rw-r--r--x11-toolkits/gtk30/files/patch-gtk_gtkiconcache.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtkiconcache.c b/x11-toolkits/gtk30/files/patch-gtk_gtkiconcache.c
deleted file mode 100644
index d393bd3dfa8d..000000000000
--- a/x11-toolkits/gtk30/files/patch-gtk_gtkiconcache.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- gtk/gtkiconcache.c.orig Sun Dec 12 16:09:13 2004
-+++ gtk/gtkiconcache.c Thu Dec 16 17:09:23 2004
-@@ -21,6 +21,8 @@
- #include "gtkdebug.h"
- #include "gtkiconcache.h"
- #include <glib/gstdio.h>
-+#include <sys/types.h>
-+#include <sys/stat.h>
-
- #ifdef HAVE_MMAP
- #include <sys/mman.h>
-@@ -29,8 +31,6 @@
- #include <windows.h>
- #include <io.h>
- #endif
--#include <sys/types.h>
--#include <sys/stat.h>
- #ifdef HAVE_UNISTD_H
- #include <unistd.h>
- #endif