um: get rid of pointless include "..." where include <...> will do
[deliverable/linux.git] / arch / um / drivers / pty.c
index cff2b75d31fd7b3bf53be49c75f6a887f8159129..f1fcc2cedb5ef964bdf0a5b73a11d7fd4d2e3cd1 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);
This page took 0.026769 seconds and 5 git commands to generate.