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
@@ -13,9 +13,9 @@
|
||||
#include <sys/socket.h>
|
||||
#include <sys/wait.h>
|
||||
#include "etap.h"
|
||||
#include "os.h"
|
||||
#include "net_user.h"
|
||||
#include "um_malloc.h"
|
||||
#include <os.h>
|
||||
#include <net_user.h>
|
||||
#include <um_malloc.h>
|
||||
|
||||
#define MAX_PACKET ETH_MAX_PACKET
|
||||
|
||||
|
Reference in New Issue
Block a user