aboutsummaryrefslogtreecommitdiff
path: root/games/openlierox/files/patch-include_XMLutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/openlierox/files/patch-include_XMLutils.h')
-rw-r--r--games/openlierox/files/patch-include_XMLutils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/games/openlierox/files/patch-include_XMLutils.h b/games/openlierox/files/patch-include_XMLutils.h
deleted file mode 100644
index 3dfb0e10777d..000000000000
--- a/games/openlierox/files/patch-include_XMLutils.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- include/XMLutils.h.orig 2018-01-30 13:49:55 UTC
-+++ include/XMLutils.h
-@@ -17,6 +17,7 @@
-
- #include <string>
- #include <libxml/xmlmemory.h>
-+#include <libxml/tree.h>
- #include "Color.h"
-
- int xmlGetInt(xmlNodePtr node, const std::string& name, int def = 0);