From a79fa86ed589c3d843baa932230ef08bc7468296 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Fri, 13 Jul 2012 12:05:09 +0000 Subject: partial code beautifier (through Pascal Analizer) git-svn-id: http://svn.miranda-ng.org/main/trunk@947 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryPlusPlus/hpp_arrays.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/HistoryPlusPlus/hpp_arrays.pas') diff --git a/plugins/HistoryPlusPlus/hpp_arrays.pas b/plugins/HistoryPlusPlus/hpp_arrays.pas index f564fa9805..c11060ad04 100644 --- a/plugins/HistoryPlusPlus/hpp_arrays.pas +++ b/plugins/HistoryPlusPlus/hpp_arrays.pas @@ -23,7 +23,7 @@ unit hpp_arrays; interface -uses hpp_jclSysUtils, hpp_global; +uses hpp_global; function IntSortedArray_Add(var A: TIntArray; Value: Integer): Integer; procedure IntSortedArray_Remove(var A: TIntArray; Value: Integer); @@ -36,6 +36,8 @@ procedure IntArrayInsert(var A: TIntArray; Index: Integer; Value: Integer); implementation +uses hpp_jclSysUtils; + procedure IntArrayRemove(var A: TIntArray; Index: Integer); var i: Integer; -- cgit v1.2.3