summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_arrays.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_arrays.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_arrays.pas4
1 files changed, 3 insertions, 1 deletions
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;