linux(4): Follow style(9), don't include both sys/param.h and sys/types.h

This commit is contained in:
Dmitry Chagin 2023-08-18 15:58:32 +03:00
parent c718009884
commit 2be88e2cca

View File

@ -32,7 +32,6 @@
*/
#include <sys/param.h>
#include <sys/types.h>
#include <sys/bus.h>
#include <sys/conf.h>
#include <sys/fcntl.h>