Remove unnecessary #include <stdio.h>

This commit is contained in:
XANTRONIX Development 2020-07-02 23:32:23 -04:00 committed by XANTRONIX Industrial
parent 36bd5c9a44
commit c853b79529
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>

View file

@ -1,5 +1,4 @@
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>