Remove kernel-space header in btrfs-progs

When porting ctree.c in btrfs kernel module to btrfs-progs, I forgot
to remove a kernel-space header.  This may cause compile error on some
system.
master v0.11
Yan 2008-01-17 12:23:34 -05:00 committed by David Woodhouse
parent be9df0903f
commit 281c171293
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 021110-1307, USA.
*/
#include <linux/sched.h>
#include "ctree.h"
#include "disk-io.h"
#include "transaction.h"