diff --git a/theories/numbers.v b/theories/numbers.v
index a85776e78ff01fbbe9f55684241c212efecc13de..30dfb5781d553a929b2abe2eb063a9832b31d3c3 100644
--- a/theories/numbers.v
+++ b/theories/numbers.v
@@ -3,7 +3,7 @@
 (** This file collects some trivial facts on the Coq types [nat] and [N] for
 natural numbers, and the type [Z] for integers. It also declares some useful
 notations. *)
-From Coq Require Export Eqdep PArith NArith ZArith NPeano.
+From Coq Require Export EqdepFacts PArith NArith ZArith NPeano.
 From Coq Require Import QArith Qcanon.
 From stdpp Require Export base decidable option.
 Open Scope nat_scope.