Btrfs: initial move to kernel module land
[linux-2.6-block.git] / fs / btrfs / ctree.c
index 32922643b5bc9ec1bca0e9e96bf60f367a359f93..9fbd07c37fde77e83e69d61d55477555ed62e0d3 100644 (file)
@@ -1,10 +1,6 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include "kerncompat.h"
-#include "radix-tree.h"
+#include <linux/module.h>
 #include "ctree.h"
 #include "disk-io.h"
-#include "print-tree.h"
 
 static int split_node(struct btrfs_trans_handle *trans, struct btrfs_root
                      *root, struct btrfs_path *path, int level);