diff options
Diffstat (limited to 'x11/gpctool/files/patch-includes')
-rw-r--r-- | x11/gpctool/files/patch-includes | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/x11/gpctool/files/patch-includes b/x11/gpctool/files/patch-includes deleted file mode 100644 index 3ed8ea7c2c1a..000000000000 --- a/x11/gpctool/files/patch-includes +++ /dev/null @@ -1,46 +0,0 @@ ---- main.c Tue Jul 4 10:28:10 2000 -+++ main.c Sat Oct 22 02:45:08 2005 -@@ -30,6 +30,6 @@ - - --#include "forms.h" --#include "gpc.h" -+#include <forms.h> -+#include <gpc.h> - #include "gpctool.h" - #include "appl.h" -@@ -37,4 +37,5 @@ - #include <GL/glu.h> - #include <GL/glx.h> -+#include <glcanvas.h> - - ---- callbacks.c Tue Jul 4 10:28:09 2000 -+++ callbacks.c Sat Oct 22 02:51:38 2005 -@@ -30,7 +30,7 @@ - - --#include "forms.h" --#include "gpc.h" --#include "gpctool.h" -+#include <forms.h> -+#include <stdlib.h> -+#include <stdbool.h> - #include "appl.h" - /* ---- graphics.c Tue Jul 4 10:28:10 2000 -+++ graphics.c Sat Oct 22 02:53:08 2005 -@@ -30,5 +30,6 @@ - - --#include "gpc.h" -+#include <gpc.h> -+#include <stdbool.h> - #include "appl.h" - #include <float.h> -@@ -37,4 +37,5 @@ - #include <GL/glu.h> - #include <GL/glx.h> -+#include <glcanvas.h> - - #define SHOW_STRIPS FALSE |