don't include os_compat.h
When there are standardized headers, use these instead of the bloated os_compat.h.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#include "dirvec.h"
|
||||
#include "directory.h"
|
||||
#include "os_compat.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
static size_t dv_size(struct dirvec *dv)
|
||||
{
|
||||
return dv->nr * sizeof(struct directory *);
|
||||
|
Reference in New Issue
Block a user