summaryrefslogtreecommitdiffstats
path: root/development/mono-debugger/glib-single-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/mono-debugger/glib-single-include.patch')
-rw-r--r--development/mono-debugger/glib-single-include.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/development/mono-debugger/glib-single-include.patch b/development/mono-debugger/glib-single-include.patch
deleted file mode 100644
index 4c5e1e51be..0000000000
--- a/development/mono-debugger/glib-single-include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: mono-debugger-2.10/sysdeps/server/breakpoints.c
-===================================================================
---- mono-debugger-2.10.orig/sysdeps/server/breakpoints.c
-+++ mono-debugger-2.10/sysdeps/server/breakpoints.c
-@@ -1,6 +1,6 @@
- #include <server.h>
- #include <breakpoints.h>
--#include <glib/gthread.h>
-+#include <glib.h>
- #include <sys/stat.h>
- #include <signal.h>
- #ifdef HAVE_UNISTD_H