From 806fbce4e6133d87f4970e9ba1460c618b5fc23e Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 20 Mar 2012 14:02:51 +0000 Subject: [PATCH] Do not include limits.h unnecessarily * ioctl.c: Remove limits.h inclusion left after the reverted change. --- ioctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ioctl.c b/ioctl.c index dc412b6c..a8055d59 100644 --- a/ioctl.c +++ b/ioctl.c @@ -29,7 +29,6 @@ */ #include "defs.h" -#include #include static int -- 2.50.1