Skip to content

Commit

Permalink
lib: string.h was only used by vector.c make it better
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <[email protected]>
  • Loading branch information
donaldsharp authored and Donald Sharp committed Jan 6, 2024
1 parent 5e2e0b8 commit f363ef5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/vector.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

#include <zebra.h>
#include <string.h>

#include "vector.h"
#include "memory.h"
Expand Down
1 change: 0 additions & 1 deletion lib/zebra.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <stddef.h>
#include <ctype.h>
#include <errno.h>
#include <string.h>
#ifdef HAVE_STROPTS_H
#include <stropts.h>
#endif /* HAVE_STROPTS_H */
Expand Down

0 comments on commit f363ef5

Please sign in to comment.