diff options
author | Paul Selkirk <paul@psgd.org> | 2015-10-26 17:35:56 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-10-29 15:11:43 -0400 |
commit | 2e71409d56ada39eb060bcda9aaffb3bd0ef6e24 (patch) | |
tree | b5513d76f225558820042ef081a47d63329487b4 /hash.c | |
parent | 7e46c24361b2a89e42b6888e24c12d46109ffbb2 (diff) |
Remove unused includes.
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -37,10 +37,6 @@ #include <stdio.h> #include <stdlib.h> #include <stdint.h> -#include <errno.h> -#include <fcntl.h> -#include <unistd.h> -#include <sys/ioctl.h> #include "hal.h" |