]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/um/os-Linux/helper.c
um: get rid of pointless include "..." where include <...> will do
[karo-tx-linux.git] / arch / um / os-Linux / helper.c
index cf26c4a9a43a7c38549a2bcd76564eb554c32409..e3ee4a51ef63a3ec7e7314aa7f00d59ec93ce37e 100644 (file)
@@ -10,9 +10,9 @@
 #include <linux/limits.h>
 #include <sys/socket.h>
 #include <sys/wait.h>
-#include "kern_util.h"
-#include "os.h"
-#include "um_malloc.h"
+#include <kern_util.h>
+#include <os.h>
+#include <um_malloc.h>
 
 struct helper_data {
        void (*pre_exec)(void*);