From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754221Ab1JZAXd (ORCPT ); Tue, 25 Oct 2011 20:23:33 -0400 Received: from p3plsmtps2ded01.prod.phx3.secureserver.net ([208.109.80.58]:60815 "HELO p3plsmtps2ded01-01.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754122Ab1JZAXa (ORCPT ); Tue, 25 Oct 2011 20:23:30 -0400 From: "K. Y. Srinivasan" To: gregkh@suse.de, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, virtualization@lists.osdl.org, ohering@suse.com, dmitry.torokhov@gmail.com, joe@perches.com Cc: "K. Y. Srinivasan" , Haiyang Zhang Subject: [PATCH 6/6] Staging: hv: mousevsc: Get rid of unnecessary include files Date: Tue, 25 Oct 2011 17:19:52 -0700 Message-Id: <1319588392-9982-6-git-send-email-kys@microsoft.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1319588392-9982-1-git-send-email-kys@microsoft.com> References: <1319588311-9935-1-git-send-email-kys@microsoft.com> <1319588392-9982-1-git-send-email-kys@microsoft.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Get rid of unnecessary include files. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hv_mouse.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c index 21cd050..dd42411 100644 --- a/drivers/staging/hv/hv_mouse.c +++ b/drivers/staging/hv/hv_mouse.c @@ -14,11 +14,8 @@ */ #include #include -#include #include -#include -#include -#include +#include #include #include #include -- 1.7.4.1