summaryrefslogtreecommitdiffstats
path: root/games/yar/missingincludes.diff
diff options
context:
space:
mode:
Diffstat (limited to 'games/yar/missingincludes.diff')
-rw-r--r--games/yar/missingincludes.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/yar/missingincludes.diff b/games/yar/missingincludes.diff
deleted file mode 100644
index 47647c58d2..0000000000
--- a/games/yar/missingincludes.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naur yar-0.99/yar/sgw.hxx yar-0.99.patched/yar/sgw.hxx
---- yar-0.99/yar/sgw.hxx 2003-10-25 04:15:47.000000000 -0400
-+++ yar-0.99.patched/yar/sgw.hxx 2014-04-29 12:03:28.000000000 -0400
-@@ -24,6 +24,9 @@
-
- #include <iostream>
- #include <string>
-+#include <cstdio>
-+#include <cstdlib>
-+#include <cmath>
-
- #define DEFAULT_SCX (1024) // Default Screen Size and Depth
- #define DEFAULT_SCY (768)