summaryrefslogtreecommitdiff
path: root/plugins/Utils.pas/editwrapper.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Utils.pas/editwrapper.pas')
-rw-r--r--plugins/Utils.pas/editwrapper.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/editwrapper.pas b/plugins/Utils.pas/editwrapper.pas
index c5a8c3702f..6572db56e4 100644
--- a/plugins/Utils.pas/editwrapper.pas
+++ b/plugins/Utils.pas/editwrapper.pas
@@ -32,7 +32,7 @@ function ShowEditBox(parent:HWND;var text:PWideChar;title:PWideChar):int_ptr;
implementation
-uses messages,commctrl,common,wrapper;
+uses messages,common,wrapper;
{$R editwrapper.res}
{$include 'i_text_const.inc'}