aboutsummaryrefslogtreecommitdiff
path: root/games/taxipilot/files/patch-timemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/taxipilot/files/patch-timemanager.h')
-rw-r--r--games/taxipilot/files/patch-timemanager.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/games/taxipilot/files/patch-timemanager.h b/games/taxipilot/files/patch-timemanager.h
deleted file mode 100644
index fc75ba7b5d5f..000000000000
--- a/games/taxipilot/files/patch-timemanager.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- taxipilot/timemanager.h.orig Wed Aug 21 11:20:40 2002
-+++ taxipilot/timemanager.h Thu Nov 20 19:19:09 2003
-@@ -19,7 +19,12 @@
- #define TIMEMANAGER_H
-
- #include <qobject.h>
-+#ifdef HAVE_STDINT_H
- #include <stdint.h>
-+#else
-+#include <sys/types.h>
-+#define int_fast32_t int32_t
-+#endif
- #include <qlist.h>
-
- #include "timedobject.h"