summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dpmcgee@gmail.com>2012-01-21 16:10:49 -0600
committerDan McGee <dpmcgee@gmail.com>2012-01-21 16:10:49 -0600
commit97ee3d2bff94d2a60ee70f52bf27a257e61b66a1 (patch)
tree8b07a707b9177218bcfc4849d921be893f0fa31f
parent7c2808a72206fa5efff26d82e2bbd0457f3bfbbd (diff)
downloadonkyocontrol-97ee3d2bff94d2a60ee70f52bf27a257e61b66a1.tar.gz
onkyocontrol-97ee3d2bff94d2a60ee70f52bf27a257e61b66a1.zip
Remove unnecessary includes
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
-rw-r--r--util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/util.c b/util.c
index 0e16b5f..df6fee3 100644
--- a/util.c
+++ b/util.c
@@ -17,13 +17,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdlib.h> /* malloc */
#include <sys/stat.h> /* open */
#include <sys/time.h> /* struct timeval */
#include <fcntl.h> /* open */
#include <unistd.h> /* close, read, write */
#include <errno.h> /* for errno refs */
-#include <string.h> /* memcpy */
#include "onkyo.h"