* include/grub/emu/misc.h (grub_get_libzfs_handle): Move from here ...
* include/grub/util/libzfs.h (grub_get_libzfs_handle): ... here.
+2010-11-06 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * include/grub/emu/misc.h: Don't include grub/util/libzfs.h.
+ * include/grub/emu/misc.h (grub_get_libzfs_handle): Move from here ...
+ * include/grub/util/libzfs.h (grub_get_libzfs_handle): ... here.
+
2010-11-06 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ntfs.c (grub_ntfs_uuid): Make uppercase.
#include <grub/symbol.h>
#include <grub/types.h>
-#include <grub/util/libzfs.h>
#ifdef __CYGWIN__
# include <sys/fcntl.h>
int grub_device_mapper_supported (void);
#endif
-libzfs_handle_t *grub_get_libzfs_handle (void);
-
#endif /* GRUB_EMU_MISC_H */
#endif /* ! HAVE_LIBZFS_H */
+libzfs_handle_t *grub_get_libzfs_handle (void);
+
#endif