mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove useless errno.h include.
Approved by: grehan (mentor) Obtained from: DragonFlyBSD
This commit is contained in:
parent
3118731323
commit
c591aa7413
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94";
|
|||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue