um: get rid of pointless include "..." where include <...> will do
[cascardo/linux.git] / arch / um / drivers / pty.c
index cff2b75..f1fcc2c 100644 (file)
@@ -12,8 +12,8 @@
 #include <termios.h>
 #include <sys/stat.h>
 #include "chan_user.h"
-#include "os.h"
-#include "um_malloc.h"
+#include <os.h>
+#include <um_malloc.h>
 
 struct pty_chan {
        void (*announce)(char *dev_name, int dev);