summaryrefslogtreecommitdiff
path: root/src/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/types.h')
-rw-r--r--src/sys/types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sys/types.h b/src/sys/types.h
deleted file mode 100644
index 1ec9642..0000000
--- a/src/sys/types.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef SYS_TYPES_H
-#define SYS_TYPES_H
-
-#include <stdint.h>
-
-typedef uint32_t size_t;
-
-#endif /* SYS_TYPES_H */