From 7bc14dbf6e676bcdd0699fc4d4cd0d2a1e495c74 Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Tue, 23 Feb 2021 18:14:10 +0100 Subject: Fix imports --- scheduling/RTLpathSE_impl.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scheduling') diff --git a/scheduling/RTLpathSE_impl.v b/scheduling/RTLpathSE_impl.v index e39e21f0..9a50b627 100644 --- a/scheduling/RTLpathSE_impl.v +++ b/scheduling/RTLpathSE_impl.v @@ -8,7 +8,7 @@ Require Import Errors. Require Import RTLpathSE_theory RTLpathLivegenproof. Require Import Axioms RTLpathSE_simu_specs. Require Import Asmgen Asmgenproof1. -Require Import Axioms RTLpathSE_simu_specs RTLpathSE_simplify. +Require Import RTLpathSE_simplify. Local Open Scope error_monad_scope. Local Open Scope option_monad_scope. -- cgit