um: get rid of pointless include "..." where include <...> will do
[deliverable/linux.git] / arch / um / drivers / net_user.c
index 05090c37fa8439417dc2cfbd456a39c911a9f7e5..cd14157b556d178d14998a5e024a15629c3491ad 100644 (file)
@@ -11,9 +11,9 @@
 #include <string.h>
 #include <sys/socket.h>
 #include <sys/wait.h>
-#include "net_user.h"
-#include "os.h"
-#include "um_malloc.h"
+#include <net_user.h>
+#include <os.h>
+#include <um_malloc.h>
 
 int tap_open_common(void *dev, char *gate_addr)
 {
This page took 0.034003 seconds and 5 git commands to generate.