diff --git a/ocaml-lsp-server/src/import.ml b/ocaml-lsp-server/src/import.ml index 425eab511..a163f0f4e 100644 --- a/ocaml-lsp-server/src/import.ml +++ b/ocaml-lsp-server/src/import.ml @@ -5,7 +5,6 @@ include struct module Code_error = Code_error module Comparable = Comparable module Exn_with_backtrace = Exn_with_backtrace - module Int = Int module Table = Table module Tuple = Tuple module Unix_env = Env