aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/types.h b/src/types.h
deleted file mode 100644
index a6d6530..0000000
--- a/src/types.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef TYPES_H
-#define TYPES_H
-
-#include<stdbool.h>
-#include<stddef.h>
-#include<stdint.h>
-
-#endif