summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_services.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_services.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_services.pas5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_services.pas b/plugins/HistoryPlusPlus/hpp_services.pas
index ba4be43229..d6ad65f367 100644
--- a/plugins/HistoryPlusPlus/hpp_services.pas
+++ b/plugins/HistoryPlusPlus/hpp_services.pas
@@ -70,9 +70,8 @@ function AllHistoryRichEditProcess(wParam: WPARAM; lParam: LPARAM): Int; cdecl;
implementation
uses
- SysUtils, GlobalSearch, EmptyHistoryForm,
- hpp_global, {hpp_database,} hpp_itemprocess, hpp_forms,
- hpp_options{, hpp_mescatcher, hpp_bookmarks};
+ SysUtils, GlobalSearch,
+ hpp_global, hpp_itemprocess, hpp_forms, hpp_options;
// our own processing of RichEdit for all history windows
function AllHistoryRichEditProcess(wParam { hRichEdit } : WPARAM; lParam { PItemRenderDetails } : LPARAM): Int; cdecl;