weakened dependency
authorhaftmann
Thu, 09 Nov 2023 15:11:51 +0000
changeset 78936 ddf255a4ccc3
parent 78935 5e788ff7a489
child 78937 5e6b195eee83
weakened dependency
src/HOL/SMT.thy
--- a/src/HOL/SMT.thy	Thu Nov 09 15:11:51 2023 +0000
+++ b/src/HOL/SMT.thy	Thu Nov 09 15:11:51 2023 +0000
@@ -6,7 +6,7 @@
 section \<open>Bindings to Satisfiability Modulo Theories (SMT) solvers based on SMT-LIB 2\<close>
 
 theory SMT
-  imports Divides Numeral_Simprocs
+  imports Numeral_Simprocs
   keywords "smt_status" :: diag
 begin