diff options
Diffstat (limited to 'src/runtime/c/gu/bits.h')
| -rw-r--r-- | src/runtime/c/gu/bits.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/c/gu/bits.h b/src/runtime/c/gu/bits.h index 5a55ff233..c7f94c17c 100644 --- a/src/runtime/c/gu/bits.h +++ b/src/runtime/c/gu/bits.h @@ -103,9 +103,6 @@ gu_tagged(void* ptr, size_t tag) { } #include <gu/exn.h> -#include <gu/type.h> - -extern GU_DECLARE_TYPE(GuIntDecodeExn, abstract); #define GU_DECODE_2C_(u_, t_, umax_, posmax_, tmin_, err_) \ (((u_) <= (posmax_)) \ |
