aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-02-23 18:14:10 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-02-23 18:14:10 +0100
commit7bc14dbf6e676bcdd0699fc4d4cd0d2a1e495c74 (patch)
tree2c243e7daaae714630d82167fd66c0b8e11fbe8f /scheduling
parenta78fe0efa4b114d7c5ae11d0bed8cd17d55fd89c (diff)
downloadcompcert-kvx-7bc14dbf6e676bcdd0699fc4d4cd0d2a1e495c74.tar.gz
compcert-kvx-7bc14dbf6e676bcdd0699fc4d4cd0d2a1e495c74.zip
Fix imports
Diffstat (limited to 'scheduling')
-rw-r--r--scheduling/RTLpathSE_impl.v2
1 files changed, 1 insertions, 1 deletions
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.