darray.h does not depend on internal/bits.h
darray.h no longer depends on internal/bits.h, so we can remove it.
This commit is contained in:
parent
305318edbb
commit
7ccad5b9f8
Notes:
git
2024-12-05 19:13:20 +00:00
2
darray.h
2
darray.h
@ -5,8 +5,6 @@
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "internal/bits.h"
|
||||
|
||||
// Type for a dynamic array. Use to declare a dynamic array.
|
||||
// It is a pointer so it fits in st_table nicely. Designed
|
||||
// to be fairly type-safe.
|
||||
|
@ -15,6 +15,7 @@
|
||||
# include <sys/user.h>
|
||||
#endif
|
||||
|
||||
#include "internal/bits.h"
|
||||
#include "internal/hash.h"
|
||||
|
||||
#include "ruby/ruby.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user