mirror of
https://github.com/pikami/slstatus.git
synced 2026-01-06 19:17:17 +00:00
Clean up header includes
- Remove <errno.h> because related functions are in util.c now - Remove corresponding <string.h> if not used otherwise
This commit is contained in:
@@ -29,8 +29,6 @@ format(int uptime)
|
||||
return format(uptime);
|
||||
}
|
||||
#elif defined(__OpenBSD__)
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user