dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Rusty Russell 2007-10-23 15:19:49 +10:00
parent ee8e7cfe9d
commit 25e82eba3a
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
#include <linux/types.h>
#include <linux/init.h>
#include <linux/stringify.h>
#include <linux/binfmts.h>
#include <linux/futex.h>
#include <linux/lguest.h>
#include <linux/lguest_launcher.h>