summaryrefslogtreecommitdiff
path: root/graphics/makehuman/files/patch-src__FileTools.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/makehuman/files/patch-src__FileTools.h')
-rw-r--r--graphics/makehuman/files/patch-src__FileTools.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/makehuman/files/patch-src__FileTools.h b/graphics/makehuman/files/patch-src__FileTools.h
deleted file mode 100644
index 556613014576..000000000000
--- a/graphics/makehuman/files/patch-src__FileTools.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/FileTools.h.orig 2007-11-25 12:28:06.000000000 +0300
-+++ src/FileTools.h 2014-03-29 06:24:08.329334425 +0400
-@@ -35,6 +35,9 @@
- #include <string>
- #include <list>
- #include <cassert>
-+#include <stdint.h>
-+#include <fcntl.h>
-+#include <unistd.h>
-
- using std::string;
- using std::list;