Parses the basic NTFS structures and prints them out.
[virt-df.git] / lib / diskimage_lvm2_lexer.mll
index 21136dc..cce3400 100644 (file)
@@ -26,8 +26,8 @@
   open Printf
   open Lexing
 
+  open Diskimage_impl
   open Diskimage_lvm2_parser
-  open Diskimage_utils
 
   (* Temporary buffer used for parsing strings, etc. *)
   let tmp = Buffer.create 80