Commit 25e82eba authored by Rusty Russell's avatar Rusty Russell
Browse files

Remove binfmts.h include from lg.h



It wasn't needed since a very early prototype of lguest.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent ee8e7cfe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>