modernized imports;
authorwenzelm
Thu, 03 Mar 2011 15:46:02 +0100
changeset 41884 335895ffbd94
parent 41883 392364739e5d
child 41885 1e081bfb2eaf
modernized imports;
src/HOL/Codegenerator_Test/Candidates.thy
--- a/src/HOL/Codegenerator_Test/Candidates.thy	Thu Mar 03 15:36:54 2011 +0100
+++ b/src/HOL/Codegenerator_Test/Candidates.thy	Thu Mar 03 15:46:02 2011 +0100
@@ -7,7 +7,7 @@
 imports
   Complex_Main
   Library
-  List_Prefix
+  "~~/src/HOL/Library/List_Prefix"
   "~~/src/HOL/Number_Theory/Primes"
   "~~/src/HOL/ex/Records"
 begin