Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 3 Sep 2002 23:33:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 3 Sep 2002 23:33:40 -0400 Received: from oumail.zero.ou.edu ([129.15.0.75]:2783 "EHLO r2d2") by vger.kernel.org with ESMTP id ; Tue, 3 Sep 2002 23:33:39 -0400 Date: Tue, 03 Sep 2002 22:22:45 -0500 From: Steve Kenton Subject: [PATCH] redundant stddef.h in wait.h To: lkml , skenton@ou.edu Message-id: <3D757C84.C8B26470@ou.edu> MIME-version: 1.0 X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10 i586) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 805 Lines: 26 In 2.5.32, include/linux/wait.h includes both kernel.h and stddef.h, but kernel.h already includes stddef.h. So, should we just delete the redundant include of stddef.h? There are others. If this is OK, I will sent it and it's kin to trivial. Patch below for perusal and comments Steve Kenton --- include/linux/wait.h.orig Tue Sep 3 21:35:51 2002 +++ include/linux/wait.h Tue Sep 3 21:36:00 2002 @@ -12,7 +12,6 @@ #include #include -#include #include #include - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/