From 37b4ff57b54a81d56dddf36945afe26841527b8f Mon Sep 17 00:00:00 2001 From: gingold Date: Sun, 23 Oct 2005 19:39:43 +0000 Subject: updated (some optim, bug fixes) --- sem_types.adb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sem_types.adb') diff --git a/sem_types.adb b/sem_types.adb index a465b0fde..c378db203 100644 --- a/sem_types.adb +++ b/sem_types.adb @@ -15,19 +15,19 @@ -- along with GCC; see the file COPYING. If not, write to the Free -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. +with Libraries; +with Flags; +with Types; use Types; with Errorout; use Errorout; with Evaluation; use Evaluation; with Sem; with Sem_Expr; use Sem_Expr; with Sem_Scopes; use Sem_Scopes; +with Sem_Names; use Sem_Names; with Sem_Decls; -with Libraries; -with Flags; -with Types; use Types; with Std_Names; with Iirs_Utils; use Iirs_Utils; with Std_Package; use Std_Package; -with Sem_Names; use Sem_Names; with Xrefs; use Xrefs; package body Sem_Types is -- cgit v1.2.3