summaryrefslogtreecommitdiff
path: root/navit/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/types.h')
-rw-r--r--navit/types.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/navit/types.h b/navit/types.h
deleted file mode 100644
index 0fa5b5a9..00000000
--- a/navit/types.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef NAVIT_TYPES_H
-#define NAVIT_TYPES_H
-#include <stdint.h>
-
-typedef int8_t s8;
-typedef uint8_t u8;
-typedef int16_t s16;
-typedef uint16_t u16;
-typedef int32_t s32;
-typedef uint32_t u32;
-
-#endif