Commit 0de021f7 authored by Al Viro's avatar Al Viro Committed by Richard Weinberger

um: shared/process.h is empty now; kill it

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent ab1c0cc7
/*
* Copyright (C) 2000 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#ifndef __PROCESS_H__
#define __PROCESS_H__
#endif
......@@ -10,7 +10,6 @@
#include <string.h>
#include "irq_user.h"
#include "os.h"
#include "process.h"
#include "um_malloc.h"
/*
......
......@@ -15,7 +15,6 @@
#include "init.h"
#include "longjmp.h"
#include "os.h"
#include "process.h"
#include "skas_ptrace.h"
#define ARBITRARY_ADDR -1
......
......@@ -14,7 +14,6 @@
#include "kern_util.h"
#include "init.h"
#include "os.h"
#include "process.h"
#include "sigio.h"
#include "um_malloc.h"
......
......@@ -12,7 +12,6 @@
#include "as-layout.h"
#include "kern_util.h"
#include "os.h"
#include "process.h"
#include "sysdep/barrier.h"
#include "sysdep/mcontext.h"
......
......@@ -17,7 +17,6 @@
#include "kern_util.h"
#include "mem.h"
#include "os.h"
#include "process.h"
#include "proc_mm.h"
#include "ptrace_user.h"
#include "registers.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment