Fix several issues with includes and redundant comparisons.

This commit is contained in:
2017-07-20 21:39:26 -07:00
parent 1b57ebb027
commit cd822fedfc
4 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#ifndef LIBDS_SPRS_HEADER
#define LIBDS_SPRS_HEADER
#include <stddef.h>
#include "libds.h"
/**

View File

@@ -3,6 +3,7 @@
#define LIBDS_VEC_CAPACITY 4
#include <stddef.h>
#include "libds.h"
/**