mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-17 06:47:17 +00:00
Fix --warn-unused-imports warnings in some of the modules.
Estimated hours taken: 4 Branches: main library/*.m: compiler/*.m: Fix --warn-unused-imports warnings in some of the modules.
This commit is contained in:
@@ -16,10 +16,13 @@
|
||||
:- module check_hlds.mode_errors.
|
||||
:- interface.
|
||||
|
||||
:- import_module hlds.
|
||||
:- import_module hlds.hlds_pred.
|
||||
:- import_module hlds.hlds_module.
|
||||
:- import_module hlds.hlds_goal.
|
||||
:- import_module mdbcomp.
|
||||
:- import_module mdbcomp.prim_data.
|
||||
:- import_module parse_tree.
|
||||
:- import_module parse_tree.error_util.
|
||||
:- import_module parse_tree.prog_data.
|
||||
:- import_module check_hlds.mode_info.
|
||||
@@ -233,9 +236,9 @@
|
||||
|
||||
:- import_module check_hlds.mode_info.
|
||||
:- import_module check_hlds.mode_util.
|
||||
:- import_module hlds.hlds_data.
|
||||
:- import_module hlds.hlds_error_util.
|
||||
:- import_module hlds.hlds_out.
|
||||
:- import_module libs.
|
||||
:- import_module libs.compiler_util.
|
||||
:- import_module libs.globals.
|
||||
:- import_module libs.options.
|
||||
@@ -250,7 +253,6 @@
|
||||
:- import_module maybe.
|
||||
:- import_module string.
|
||||
:- import_module term.
|
||||
:- import_module term_io.
|
||||
:- import_module varset.
|
||||
|
||||
%-----------------------------------------------------------------------------%
|
||||
|
||||
Reference in New Issue
Block a user