From 6facec26d65cad2b60757cbee2e750146fca35b3 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 2 Feb 1999 21:32:02 +0000 Subject: [PATCH] - removed osfile.inc. All in sysutils now --- fcl/linux/classes.pp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fcl/linux/classes.pp b/fcl/linux/classes.pp index d7462d7a5b..eff4013e8e 100644 --- a/fcl/linux/classes.pp +++ b/fcl/linux/classes.pp @@ -16,6 +16,7 @@ { determine the type of the resource/form file } {$define Win16Res} + unit Classes; interface @@ -28,16 +29,16 @@ uses implementation -{ OS-dependent file handling. } -{$i osfile.inc} - { OS - independent class implementations are in /inc directory. } {$i classes.inc} end. { $Log$ - Revision 1.8 1998-11-04 10:46:43 peter + Revision 1.9 1999-02-02 21:32:02 michael + - removed osfile.inc. All in sysutils now + + Revision 1.8 1998/11/04 10:46:43 peter * exceptions work Revision 1.7 1998/11/04 10:15:13 peter