summaryrefslogtreecommitdiffstats
path: root/kiten
diff options
context:
space:
mode:
Diffstat (limited to 'kiten')
-rw-r--r--kiten/dict.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/kiten/dict.h b/kiten/dict.h
index 25db6d0e..0803d235 100644
--- a/kiten/dict.h
+++ b/kiten/dict.h
@@ -29,12 +29,7 @@
#include <tqstringlist.h>
#include <sys/types.h>
-#ifdef __osf__
-typedef unsigned int uint32_t;
-typedef int int32_t;
-#else
#include <inttypes.h>
-#endif
namespace Dict
{