all: drop unnecessary includes of <errno.h> and <string.h>

"nm-macros-interal.h" already includes <errno.h> and <string.h>.
No need to include it everywhere else too.
This commit is contained in:
Thomas Haller
2019-01-31 13:44:13 +01:00
parent 32a847a61f
commit a3370af3a8
287 changed files with 57 additions and 468 deletions

View File

@@ -22,7 +22,6 @@
#include "nm-default.h"
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>