aboutsummaryrefslogtreecommitdiff
path: root/tools/cine_tools/typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cine_tools/typedefs.h')
-rw-r--r--tools/cine_tools/typedefs.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/cine_tools/typedefs.h b/tools/cine_tools/typedefs.h
deleted file mode 100644
index 03de18d41a..0000000000
--- a/tools/cine_tools/typedefs.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef CINE_TYPEDEFS_H
-#define CINE_TYPEDEFS_H
-
-typedef unsigned char uint8;
-typedef signed char int8;
-typedef unsigned short uint16;
-typedef signed short int16;
-typedef unsigned long uint32;
-typedef signed long int32;
-
-typedef unsigned int uint;
-typedef unsigned char byte;
-
-#endif