diff --git a/ide/inputhistory.pas b/ide/inputhistory.pas
index d1bd01fa74..56a7e27bd3 100644
--- a/ide/inputhistory.pas
+++ b/ide/inputhistory.pas
@@ -39,7 +39,7 @@ uses
// RTL + LCL
Classes, SysUtils, Laz_AVL_Tree,
// LCL
- Dialogs, SynEditTypes,
+ Dialogs,
// LazUtils
LazFileCache, LazFileUtils, LazUTF8, AvgLvlTree, Laz2_XMLCfg,
// Codetools
@@ -275,7 +275,6 @@ type
end;
const
- LazFindSearchOptionsDefault: array[Boolean] of TSynSearchOptions = ([], [ssoEntireScope, ssoSelectedOnly]);
LazFindInFileSearchOptionsDefault = [fifSearchOpen, fifIncludeSubDirs];
LazFindInFileSearchOptionNames: array[TLazFindInFileSearchOption] of string =(
'MatchCase',
diff --git a/ide/inputhistorywithsearchopt.pas b/ide/inputhistorywithsearchopt.pas
index 725c3fbf30..abae7faccf 100644
--- a/ide/inputhistorywithsearchopt.pas
+++ b/ide/inputhistorywithsearchopt.pas
@@ -65,6 +65,7 @@ type
end;
const
+ LazFindSearchOptionsDefault: array[Boolean] of TSynSearchOptions = ([], [ssoEntireScope, ssoSelectedOnly]);
LazFindSearchOptionNames: array[TSynSearchOption] of string = (
'MatchCase',
'WholeWord',
diff --git a/ide/lazbuild.lpi b/ide/lazbuild.lpi
index 3b43513239..33ba0cad07 100644
--- a/ide/lazbuild.lpi
+++ b/ide/lazbuild.lpi
@@ -52,19 +52,16 @@
-
+
-
+
-
+
-
-
-
-
+