From 39713a3736145483dd3310c3605f940ca34f05c3 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 12 Apr 2021 10:13:21 +0200 Subject: Refactoring --- src/utils/types.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/utils/types.h (limited to 'src/utils/types.h') 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 -- cgit v1.2.3