aboutsummaryrefslogtreecommitdiff
path: root/src/utils/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/types.h')
-rw-r--r--src/utils/types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/utils/types.h b/src/utils/types.h
deleted file mode 100644
index ce49701..0000000
--- a/src/utils/types.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef TYPES_H
-#define TYPES_h
-
-typedef unsigned char u8;
-typedef unsigned short u16;
-typedef unsigned int u32;
-typedef unsigned long long u64;
-
-#endif