From: Andy Shevchenko Date: Mon, 22 Apr 2024 14:48:50 +0000 (+0300) Subject: counter: Don't use "proxy" headers X-Git-Tag: v6.10-rc1~44^2~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d5d9e9500826cbd3b15ea7b6e8d9fae966f073;p=thirdparty%2Fkernel%2Flinux.git counter: Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240422144850.2031076-1-andriy.shevchenko@linux.intel.com Signed-off-by: William Breathitt Gray --- diff --git a/include/linux/counter.h b/include/linux/counter.h index cd35d8574ee21..426b7d58a438d 100644 --- a/include/linux/counter.h +++ b/include/linux/counter.h @@ -6,14 +6,15 @@ #ifndef _COUNTER_H_ #define _COUNTER_H_ +#include #include #include -#include #include #include #include #include #include + #include struct counter_device;