diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-12-25 08:56:14 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-12-25 08:56:14 +0000 |
commit | 5da4cd56a1a5ea4f2e745bde855f604c52ef36da (patch) | |
tree | 4c97effb1a354a39ebed9056822897b30e128e06 /plugins/SendScreenshotPlus/src/Main.cpp | |
parent | 65db0e9570df2d309d247829083c3a1bda65ce27 (diff) |
SendSS: compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@11623 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/Main.cpp')
-rw-r--r-- | plugins/SendScreenshotPlus/src/Main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 <m_hotkeys.h> +#include "global.h" // Prototypes /////////////////////////////////////////////////////////////////////////// HINSTANCE g_hSendSS; |