From 88c125b6330f8648ca5e7b216d95c4560ac9a604 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 10 May 2017 12:35:03 +0200 Subject: [PATCH] ALSA: hda - Remove superfluous header inclusions Git-commit: 88c125b6330f8648ca5e7b216d95c4560ac9a604 Patch-mainline: v4.13-rc1 References: bsc#1052235 Reviewed-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- sound/pci/hda/hda_codec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 0593d674de95..821aad374a06 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -19,13 +19,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include #include #include #include #include #include -#include #include #include #include -- 2.16.1