From ef5cb4bd7961193b0042255e3de56e256730821f Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 6 Feb 2024 08:46:11 +0100
Subject: [PATCH] fix Coq 8.19 build

---
 theories/lang/heap.v | 1 -
 1 file changed, 1 deletion(-)

diff --git a/theories/lang/heap.v b/theories/lang/heap.v
index 21b63177..77c2b495 100644
--- a/theories/lang/heap.v
+++ b/theories/lang/heap.v
@@ -1,4 +1,3 @@
-From Coq Require Import Min.
 From stdpp Require Import coPset.
 From iris.algebra Require Import big_op gmap frac agree numbers.
 From iris.algebra Require Import csum excl auth cmra_big_op.
-- 
GitLab