summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2014-12-26 19:04:45 +0000
committerRené Schümann <white06tiger@gmail.com>2014-12-26 19:04:45 +0000
commitd006d3d185bee123128899f9065c2412f5fe65a8 (patch)
treec828dbe0e588d42ec35266889d781d5d1b772d99
parent1f7a9dae6b54ec0396bdf7efe7a3ba7e23ebdd3b (diff)
SendSS:
* updated pch build / partially reverted r11623 git-svn-id: http://svn.miranda-ng.org/main/trunk@11647 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/SendScreenshotPlus/src/Main.cpp1
-rw-r--r--plugins/SendScreenshotPlus/src/Main.h1
-rw-r--r--plugins/SendScreenshotPlus/src/global.h1
3 files changed, 1 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/Main.cpp b/plugins/SendScreenshotPlus/src/Main.cpp
index 32da90c20a..0fcb1d29d4 100644
--- a/plugins/SendScreenshotPlus/src/Main.cpp
+++ b/plugins/SendScreenshotPlus/src/Main.cpp
@@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "global.h"
+#include "Main.h"
// Prototypes ///////////////////////////////////////////////////////////////////////////
HINSTANCE g_hSendSS;
diff --git a/plugins/SendScreenshotPlus/src/Main.h b/plugins/SendScreenshotPlus/src/Main.h
index 4b84849e26..f9e7c193f0 100644
--- a/plugins/SendScreenshotPlus/src/Main.h
+++ b/plugins/SendScreenshotPlus/src/Main.h
@@ -28,7 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef MainH
#define MainH
-#include "global.h"
#define DLL_EXPORT __declspec(dllexport)
extern "C"{
diff --git a/plugins/SendScreenshotPlus/src/global.h b/plugins/SendScreenshotPlus/src/global.h
index 0a3ae61c72..69d1d4be8d 100644
--- a/plugins/SendScreenshotPlus/src/global.h
+++ b/plugins/SendScreenshotPlus/src/global.h
@@ -78,7 +78,6 @@ using namespace std;
#include <m_userinfoex.h>
#include <m_dropbox.h>
-#include "Main.h"
#include "mir_string.h"
#include "ctrl_button.h"
#include "dlg_msgbox.h"