Fix several issues with includes and redundant comparisons.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef LIBDS_SPRS_HEADER
|
||||
#define LIBDS_SPRS_HEADER
|
||||
|
||||
#include <stddef.h>
|
||||
#include "libds.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
#define LIBDS_VEC_CAPACITY 4
|
||||
|
||||
#include <stddef.h>
|
||||
#include "libds.h"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user