Corrected imports.
authorberghofe
Tue, 02 Dec 2008 14:29:12 +0100
changeset 28945 da79ac67794b
parent 28944 e27abf0db984
child 28946 08d9243bfaf1
child 28954 0811c7419c32
child 28971 300ec36a19af
Corrected imports.
src/HOL/Real/PReal.thy
--- a/src/HOL/Real/PReal.thy	Mon Dec 01 15:36:48 2008 -0800
+++ b/src/HOL/Real/PReal.thy	Tue Dec 02 14:29:12 2008 +0100
@@ -1,5 +1,4 @@
 (*  Title       : PReal.thy
-    ID          : $Id$
     Author      : Jacques D. Fleuriot
     Copyright   : 1998  University of Cambridge
     Description : The positive reals as Dedekind sections of positive
@@ -10,7 +9,7 @@
 header {* Positive real numbers *}
 
 theory PReal
-imports Rational Dense_Linear_Order
+imports Rational "~~/src/HOL/Library/Dense_Linear_Order"
 begin
 
 text{*Could be generalized and moved to @{text Ring_and_Field}*}