lib: reduce the use of module.h wherever possible
[linux-2.6-block.git] / lib / string.c
index dc4a86341f914f0c26b92977d6f99dcc4df482c2..26df13e43ccd417724ab565ade2fc2d1696b9242 100644 (file)
 #include <linux/types.h>
 #include <linux/string.h>
 #include <linux/ctype.h>
-#include <linux/module.h>
+#include <linux/kernel.h>
+#include <linux/export.h>
+#include <linux/bug.h>
+#include <linux/errno.h>
 
 #ifndef __HAVE_ARCH_STRNICMP
 /**