From 5da4cd56a1a5ea4f2e745bde855f604c52ef36da Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 25 Dec 2014 08:56:14 +0000 Subject: SendSS: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@11623 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/src/Main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/SendScreenshotPlus/src/Main.cpp') diff --git a/plugins/SendScreenshotPlus/src/Main.cpp b/plugins/SendScreenshotPlus/src/Main.cpp index 4088f562f1..32da90c20a 100644 --- a/plugins/SendScreenshotPlus/src/Main.cpp +++ b/plugins/SendScreenshotPlus/src/Main.cpp @@ -26,8 +26,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "Main.h" -#include +#include "global.h" // Prototypes /////////////////////////////////////////////////////////////////////////// HINSTANCE g_hSendSS; -- cgit v1.2.3