Whamcloud - gitweb
LU-14516 mgc: configurable wait-to-reprocess time
[fs/lustre-release.git] / lustre / include / interval_tree.h
index 436598f..9d6f303 100644 (file)
@@ -25,7 +25,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * lustre/include/interval_tree.h
  *
@@ -36,7 +35,9 @@
 #ifndef _INTERVAL_H__
 #define _INTERVAL_H__
 
-#include <libcfs/libcfs.h>   /* LASSERT. */
+#include <linux/errno.h>
+#include <linux/string.h>
+#include <linux/types.h>
 
 struct interval_node {
         struct interval_node   *in_left;