diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-08-15 08:01:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-08-15 08:01:17 +0800 |
commit | 4f84505475a6df673a522edfa482d072cb69a075 (patch) | |
tree | aeb3e60c5055cc4cf8673fc083cc8fef9b92c0a1 /games/blokish | |
parent | 762058b22b960d5bb90d591fdc1b35e82b65a92d (diff) | |
download | freebsd-ports-gnome-4f84505475a6df673a522edfa482d072cb69a075.tar.gz freebsd-ports-gnome-4f84505475a6df673a522edfa482d072cb69a075.tar.zst freebsd-ports-gnome-4f84505475a6df673a522edfa482d072cb69a075.zip |
- Remove unneeded patch
Diffstat (limited to 'games/blokish')
-rw-r--r-- | games/blokish/files/extra-patch-src-ai.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/blokish/files/extra-patch-src-ai.h b/games/blokish/files/extra-patch-src-ai.h deleted file mode 100644 index f614e9e41dbc..000000000000 --- a/games/blokish/files/extra-patch-src-ai.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ai.h.orig Wed Jan 4 13:39:31 2006 -+++ src/ai.h Wed Jan 18 17:27:15 2006 -@@ -25,6 +25,8 @@ - #ifndef AI_H - #define AI_H - -+#include <time.h> -+#include <algo.h> - #include "piece.h" - #include "player.h" - #include "board.h" |