diff options
Diffstat (limited to 'games/tbe/files')
-rw-r--r-- | games/tbe/files/patch-src_main.cpp | 10 | ||||
-rw-r--r-- | games/tbe/files/patch-src_model_World.h | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/games/tbe/files/patch-src_main.cpp b/games/tbe/files/patch-src_main.cpp deleted file mode 100644 index 8d5bcaedba9e..000000000000 --- a/games/tbe/files/patch-src_main.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/main.cpp.orig 2015-10-28 11:54:21 UTC -+++ src/main.cpp -@@ -25,6 +25,7 @@ - #include <QtCore/QTextCodec> - #include "tbe_global.h" - #include "tbe_paths.h" -+#include <cstdio> - - // the verbosity for all logging - by default defined at 4 - // accepted values are 0 (no logging) - 6 (most logging) diff --git a/games/tbe/files/patch-src_model_World.h b/games/tbe/files/patch-src_model_World.h deleted file mode 100644 index f865074acebd..000000000000 --- a/games/tbe/files/patch-src_model_World.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/model/World.h.orig 2015-12-30 21:31:37 UTC -+++ src/model/World.h -@@ -31,6 +31,7 @@ - #include <QtCore/QSet> - - #include <unordered_map> -+#include <vector> - - // Forward Definitions: - class Goal; |