aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/types.h b/src/types.h
index 443aa12..bd28e36 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,7 +1,6 @@
#ifndef ORYX_TYPES_H
#define ORYX_TYPES_H
-#include <stddef.h>
#include <stdint.h>
typedef uint32_t idx_t_;
@@ -10,9 +9,4 @@ typedef unsigned char uchar;
#define RUNE_C(x) UINT32_C(x)
-struct strview {
- const uchar *p;
- size_t len;
-};
-
#endif /* !ORYX_TYPES_H */