changed imports due to new GCD.thy
authornipkow
Fri, 08 Jul 2005 11:38:30 +0200
changeset 16760 5c5f051aaaaa
parent 16759 668e72b1c4d7
child 16761 99549528ce76
changed imports due to new GCD.thy
src/HOL/Finite_Set.thy
src/HOL/PreList.thy
--- a/src/HOL/Finite_Set.thy	Fri Jul 08 11:37:53 2005 +0200
+++ b/src/HOL/Finite_Set.thy	Fri Jul 08 11:38:30 2005 +0200
@@ -7,7 +7,7 @@
 header {* Finite sets *}
 
 theory Finite_Set
-imports Divides Power Inductive Lattice_Locales
+imports Power Inductive Lattice_Locales
 begin
 
 subsection {* Definition and basic properties *}
--- a/src/HOL/PreList.thy	Fri Jul 08 11:37:53 2005 +0200
+++ b/src/HOL/PreList.thy	Fri Jul 08 11:38:30 2005 +0200
@@ -7,7 +7,7 @@
 header{*A Basis for Building the Theory of Lists*}
 
 theory PreList
-imports Wellfounded_Relations Presburger Recdef Relation_Power Parity
+imports Wellfounded_Relations Presburger Relation_Power GCD
 begin
 
 text {*