um: get rid of pointless include "..." where include <...> will do
[linux-2.6-block.git] / arch / um / drivers / port_user.c
index 7b010b76ddf092cc7cd6322fcf49dd519a4d2ecf..9a8e1b64c22e3dcf4a51845b4a9343adfbc1e144 100644 (file)
@@ -10,9 +10,9 @@
 #include <unistd.h>
 #include <netinet/in.h>
 #include "chan_user.h"
-#include "os.h"
+#include <os.h>
 #include "port.h"
-#include "um_malloc.h"
+#include <um_malloc.h>
 
 struct port_chan {
        int raw;