From 95995ecfea85ae2c3439e17acb1d4f808ad17d74 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 8 Jan 2020 08:28:40 +0000 Subject: [PATCH] jvcllaz: Remove obsolete unit Windows from JvInterpreterParser.pas git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7248 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../jvcllaz/run/JvPascalInterpreter/JvInterpreterParser.pas | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/jvcllaz/run/JvPascalInterpreter/JvInterpreterParser.pas b/components/jvcllaz/run/JvPascalInterpreter/JvInterpreterParser.pas index a59c792c1..6a35fdf01 100644 --- a/components/jvcllaz/run/JvPascalInterpreter/JvInterpreterParser.pas +++ b/components/jvcllaz/run/JvPascalInterpreter/JvInterpreterParser.pas @@ -261,10 +261,7 @@ const implementation uses - {$IFNDEF COMPILER12_UP} - JvJCLUtils, - {$ENDIF ~COMPILER12_UP} - JvInterpreter, JvInterpreterConst, JvConsts, Windows; + JvJCLUtils, JvInterpreter, JvInterpreterConst, JvConsts; const K = '''';