Skip to content

Commit

Permalink
lib: sys/utsname.h is not needed in zebra.h
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <[email protected]>
  • Loading branch information
donaldsharp committed Jan 4, 2024
1 parent cbc1878 commit 496d87c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include <zebra.h>
#include <sys/utsname.h>
#include <lib/version.h>

#include "command.h"
Expand Down
1 change: 0 additions & 1 deletion lib/zebra.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
#endif /* HAVE_SYS_KSYM_H */
#include <sys/time.h>
#include <time.h>
#include <sys/utsname.h>
#include <limits.h>
#include <inttypes.h>
#include <stdbool.h>
Expand Down

0 comments on commit 496d87c

Please sign in to comment.