mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-12 20:34:19 +00:00
Import only one compiler module per line. Sort the blocks of imports.
Estimated hours taken: 2 Branches: main compiler/*.m: Import only one compiler module per line. Sort the blocks of imports. This makes it easier to merge in changes. In a couple of places, remove unnecessary imports.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
%-----------------------------------------------------------------------------%
|
||||
% Copyright (C) 2002 The University of Melbourne.
|
||||
% Copyright (C) 2002-2003 The University of Melbourne.
|
||||
% This file may only be copied under the terms of the GNU General
|
||||
% Public License - see the file COPYING in the Mercury distribution.
|
||||
%-----------------------------------------------------------------------------%
|
||||
@@ -99,6 +99,7 @@
|
||||
:- interface.
|
||||
|
||||
:- import_module ll_backend__llds.
|
||||
|
||||
:- import_module list.
|
||||
|
||||
:- pred remove_reassign(list(instruction)::in, list(instruction)::out) is det.
|
||||
@@ -106,6 +107,7 @@
|
||||
:- implementation.
|
||||
|
||||
:- import_module ll_backend__code_util.
|
||||
|
||||
:- import_module std_util, set, map, require.
|
||||
|
||||
%-----------------------------------------------------------------------------%
|
||||
|
||||
Reference in New Issue
Block a user