summaryrefslogtreecommitdiff
path: root/games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp')
-rw-r--r--games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp b/games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp
deleted file mode 100644
index 28d423e31dde..000000000000
--- a/games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/common/Debug_DumpCallstack.cpp.orig 2012-04-17 04:26:14.000000000 +0400
-+++ src/common/Debug_DumpCallstack.cpp 2012-12-14 23:19:15.525963503 +0400
-@@ -11,6 +11,8 @@
- #include "util/macros.h"
- #include <vector>
- #include <string>
-+#include <cstdio>
-+#include <cstdlib>
-
- #ifndef HAVE_EXECINFO
- # if defined(__linux__)
-@@ -25,8 +27,6 @@
- #if HAVE_EXECINFO
-
- #include <execinfo.h>
--#include <stdio.h>
--#include <stdlib.h>
-
- #if HASBFD
-