mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
Remove binfmts.h include from lg.h
It wasn't needed since a very early prototype of lguest. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
ee8e7cfe9d
commit
25e82eba3a
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/stringify.h>
|
#include <linux/stringify.h>
|
||||||
#include <linux/binfmts.h>
|
|
||||||
#include <linux/futex.h>
|
#include <linux/futex.h>
|
||||||
#include <linux/lguest.h>
|
#include <linux/lguest.h>
|
||||||
#include <linux/lguest_launcher.h>
|
#include <linux/lguest_launcher.h>
|
||||||
|
|
Loading…
Reference in a new issue