From: Takashi Iwai Date: Thu, 9 Jan 2014 06:44:11 +0000 (+0100) Subject: ALSA: Remove superfluous header inclusions in memalloc.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f5d8e6df4bfa749b4d029ba43ac8a027b1003c2a;p=deliverable%2Flinux.git ALSA: Remove superfluous header inclusions in memalloc.c After cutting off the proc and page reservation codes, we don't need many headers any longer. Signed-off-by: Takashi Iwai --- diff --git a/sound/core/memalloc.c b/sound/core/memalloc.c index be1544ac4613..e568c14ca88d 100644 --- a/sound/core/memalloc.c +++ b/sound/core/memalloc.c @@ -22,17 +22,13 @@ */ #include -#include #include -#include #include #include -#include #include #include #include #include -#include #include