lib: string.h was only used by vector.c make it better

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2024-01-05 09:50:16 -05:00
parent 68eca30c58
commit 7c1a8f7a9e
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@
*/
#include <zebra.h>
#include <string.h>
#include "vector.h"
#include "memory.h"

View File

@ -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 */