Remove unused #includes.

This commit is contained in:
Michael Drake 2016-03-15 13:48:31 +00:00
parent c53be10892
commit 6f2fe0af47

View File

@ -16,12 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <limits.h>
#include <unistd.h>
#include <getopt.h>
#include <assert.h>
#include <string.h>