clarified module dependencies
authorhaftmann
Sat, 18 Nov 2006 00:20:16 +0100
changeset 21409 6aa28caa96c5
parent 21408 fff1731da03b
child 21410 c212b002fc8c
clarified module dependencies
src/HOL/Finite_Set.thy
src/HOL/Integ/IntDiv.thy
--- a/src/HOL/Finite_Set.thy	Sat Nov 18 00:20:15 2006 +0100
+++ b/src/HOL/Finite_Set.thy	Sat Nov 18 00:20:16 2006 +0100
@@ -7,7 +7,7 @@
 header {* Finite sets *}
 
 theory Finite_Set
-imports Power Inductive Lattices
+imports Power Divides Inductive Lattices
 begin
 
 subsection {* Definition and basic properties *}
--- a/src/HOL/Integ/IntDiv.thy	Sat Nov 18 00:20:15 2006 +0100
+++ b/src/HOL/Integ/IntDiv.thy	Sat Nov 18 00:20:16 2006 +0100
@@ -9,7 +9,7 @@
 header{*The Division Operators div and mod; the Divides Relation dvd*}
 
 theory IntDiv
-imports "../SetInterval" "../Recdef"
+imports "../Divides" "../SetInterval" "../Recdef"
 uses ("IntDiv_setup.ML")
 begin