From 0e7a654416104d0adf4c8fd25db7e3e6a48c2b1c Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 20 Oct 2012 15:21:21 +0000 Subject: version info standartization git-svn-id: http://svn.miranda-ng.org/main/trunk@1990 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AVS/src/commonheaders.h | 9 +++++---- plugins/AVS/src/main.cpp | 5 ++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/AVS/src') diff --git a/plugins/AVS/src/commonheaders.h b/plugins/AVS/src/commonheaders.h index c4b459d8dc..b1136e7e0f 100644 --- a/plugins/AVS/src/commonheaders.h +++ b/plugins/AVS/src/commonheaders.h @@ -57,20 +57,21 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include -#include "m_folders.h" - +#include #include #include #include + +#include "m_folders.h" #include "m_metacontacts.h" #include "m_avatarhistory.h" +#include "m_flash.h" #include "resource.h" -#include "m_flash.h" +#include "version.h" #include "image_utils.h" #include "mir_thread.h" #include "poll.h" -#include "m_acc.h" #include "acc.h" diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index 0965be9877..6ee1db0a79 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "commonheaders.h" -#include "version.h" HINSTANCE g_hInst = 0; int hLangpack; @@ -104,8 +103,8 @@ PLUGININFOEX pluginInfoEx = { __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, -// {E00F1643-263C-4599-B84B-053E5C511D29} - { 0xe00f1643, 0x263c, 0x4599, { 0xb8, 0x4b, 0x5, 0x3e, 0x5c, 0x51, 0x1d, 0x29 } } + // {E00F1643-263C-4599-B84B-053E5C511D29} + {0xe00f1643, 0x263c, 0x4599, {0xb8, 0x4b, 0x5, 0x3e, 0x5c, 0x51, 0x1d, 0x29}} }; extern INT_PTR CALLBACK DlgProcOptionsAvatars(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -- cgit v1.2.3