mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
Move imports from interface to implementation.
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
:- import_module hlds.hlds_pred.
|
||||
:- import_module hlds.instmap.
|
||||
:- import_module libs.
|
||||
:- import_module libs.optimization_options.
|
||||
:- import_module libs.options.
|
||||
:- import_module ll_backend.code_info.
|
||||
:- import_module ll_backend.continuation_info.
|
||||
@@ -74,6 +73,7 @@
|
||||
:- import_module hlds.hlds_rtti.
|
||||
:- import_module hlds.vartypes.
|
||||
:- import_module libs.globals.
|
||||
:- import_module libs.optimization_options.
|
||||
:- import_module libs.trace_params.
|
||||
:- import_module ll_backend.code_util.
|
||||
:- import_module ll_backend.opt_debug.
|
||||
|
||||
@@ -23,9 +23,7 @@
|
||||
:- import_module libs.options.
|
||||
|
||||
:- import_module bool.
|
||||
:- import_module getopt.
|
||||
:- import_module list.
|
||||
:- import_module map.
|
||||
|
||||
%---------------------------------------------------------------------------%
|
||||
|
||||
@@ -555,7 +553,9 @@
|
||||
|
||||
:- implementation.
|
||||
|
||||
:- import_module getopt.
|
||||
:- import_module int.
|
||||
:- import_module map.
|
||||
|
||||
%---------------------%
|
||||
|
||||
|
||||
@@ -162,7 +162,9 @@ END {
|
||||
printf(":- implementation.\n");
|
||||
|
||||
printf("\n");
|
||||
printf(":- import_module getopt.\n");
|
||||
printf(":- import_module int.\n");
|
||||
printf(":- import_module map.\n");
|
||||
|
||||
printf("\n%%---------------------%%\n\n");
|
||||
|
||||
|
||||
@@ -23,9 +23,7 @@
|
||||
:- import_module libs.options.
|
||||
|
||||
:- import_module bool.
|
||||
:- import_module getopt.
|
||||
:- import_module list.
|
||||
:- import_module map.
|
||||
|
||||
%---------------------------------------------------------------------------%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user