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:
Peter Zhu 2024-12-05 13:36:23 -05:00
parent 305318edbb
commit 7ccad5b9f8
Notes: git 2024-12-05 19:13:20 +00:00
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -15,6 +15,7 @@
# include <sys/user.h>
#endif
#include "internal/bits.h"
#include "internal/hash.h"
#include "ruby/ruby.h"