Skip to content

Commit 7ccad5b

Browse files
committed
darray.h does not depend on internal/bits.h
darray.h no longer depends on internal/bits.h, so we can remove it.
1 parent 305318e commit 7ccad5b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

darray.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#include <stddef.h>
66
#include <stdlib.h>
77

8-
#include "internal/bits.h"
9-
108
// Type for a dynamic array. Use to declare a dynamic array.
119
// It is a pointer so it fits in st_table nicely. Designed
1210
// to be fairly type-safe.

gc/default/default.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# include <sys/user.h>
1616
#endif
1717

18+
#include "internal/bits.h"
1819
#include "internal/hash.h"
1920

2021
#include "ruby/ruby.h"

0 commit comments

Comments
 (0)