um: get rid of pointless include "..." where include <...> will do
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:

committed by
Richard Weinberger

parent
382d95fdfa
commit
37185b3324
@@ -6,9 +6,9 @@
|
||||
* Licensed under the GPL.
|
||||
*/
|
||||
|
||||
#include "linux/init.h"
|
||||
#include <linux/init.h>
|
||||
#include <linux/netdevice.h>
|
||||
#include "net_kern.h"
|
||||
#include <net_kern.h>
|
||||
#include "daemon.h"
|
||||
|
||||
struct daemon_init {
|
||||
|
Reference in New Issue
Block a user