um: get rid of pointless include "..." where include <...> will do
[deliverable/linux.git] / arch / um / os-Linux / drivers / tuntap_user.c
index a2aacffdd907d1830aab84ba1148dd72450caa98..14126d9176aa35bb368bfed159e002455aa4ed77 100644 (file)
@@ -13,8 +13,8 @@
 #include <sys/socket.h>
 #include <sys/wait.h>
 #include <sys/uio.h>
-#include "kern_util.h"
-#include "os.h"
+#include <kern_util.h>
+#include <os.h>
 #include "tuntap.h"
 
 static int tuntap_user_init(void *data, void *dev)
This page took 0.02616 seconds and 5 git commands to generate.