diff options
Diffstat (limited to 'games/gma/files/patch-moves.h')
-rw-r--r-- | games/gma/files/patch-moves.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/gma/files/patch-moves.h b/games/gma/files/patch-moves.h deleted file mode 100644 index cecae223de52..000000000000 --- a/games/gma/files/patch-moves.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/moves.h.orig -+++ src/moves.h -@@ -24,7 +24,9 @@ - - #include "pattern.h" - --#include <stl.h> -+#include <map> -+ -+using std::map; - - class Moves:map<Pattern,int> - { |