From 5bf13140754a55599ae27942b17cdbb4b7ed74e9 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 30 Dec 2012 17:47:53 +0000 Subject: Remove some useless "Require". Update ARM port. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2085 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/Locations.v | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/Locations.v') diff --git a/backend/Locations.v b/backend/Locations.v index 0b538fdb..ba2fb063 100644 --- a/backend/Locations.v +++ b/backend/Locations.v @@ -14,7 +14,6 @@ the results of register allocation (file [Allocation]). *) Require Import Coqlib. -Require Import Maps. Require Import AST. Require Import Values. Require Export Machregs. -- cgit