From 66f2488441b5aaa17b2e470b5dc538dc7b18ee42 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 1 Jun 2013 10:25:35 +0000 Subject: project cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@4851 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/FacebookRM/src/main.cpp') diff --git a/protocols/FacebookRM/src/main.cpp b/protocols/FacebookRM/src/main.cpp index 564bc195ae..f22ce7b0d0 100644 --- a/protocols/FacebookRM/src/main.cpp +++ b/protocols/FacebookRM/src/main.cpp @@ -21,7 +21,6 @@ along with this program. If not, see . */ #include "common.h" -#include "version.h" // TODO: Make following as "globals" structure? @@ -43,7 +42,7 @@ PLUGININFOEX pluginInfo = { __AUTHORWEB, UNICODE_AWARE, // {8432B009-FF32-4727-AAE6-A9035038FD58} - { 0x8432b009, 0xff32, 0x4727, { 0xaa, 0xe6, 0xa9, 0x3, 0x50, 0x38, 0xfd, 0x58 } } + {0x8432b009, 0xff32, 0x4727, {0xaa, 0xe6, 0xa9, 0x3, 0x50, 0x38, 0xfd, 0x58}} }; ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3