From b3d3b95a16be5b1785681f0f6fdc3bcdb967a42e Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 8 Dec 2017 04:42:36 +0300 Subject: new_gpg: get rid of "extern chaos" - moving ui related code to separated file, split definition and implementation of ui --- plugins/New_GPG/src/stdafx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/New_GPG/src/stdafx.h') diff --git a/plugins/New_GPG/src/stdafx.h b/plugins/New_GPG/src/stdafx.h index 0900c87e0f..38f774112e 100755 --- a/plugins/New_GPG/src/stdafx.h +++ b/plugins/New_GPG/src/stdafx.h @@ -78,11 +78,13 @@ using std::fstream; #include "version.h" #include "constants.h" #include "log.h" -#include "globals.h" #include "utilities.h" #include "main.h" #include "gpg_wrapper.h" #include "jabber_account.h" #include "metacontacts.h" +#include "ui.h" +#include "options.h" +#include "globals.h" #endif -- cgit v1.2.3