diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-01 10:25:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-01 10:25:35 +0000 |
commit | 66f2488441b5aaa17b2e470b5dc538dc7b18ee42 (patch) | |
tree | a9668e0e8d503505cc014a96ff73dd30c0c83936 /protocols/FacebookRM/src/main.cpp | |
parent | 22372c685876f29b35c5f3e943b046fb562878d8 (diff) |
project cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@4851 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/main.cpp')
-rw-r--r-- | protocols/FacebookRM/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. */
#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}}
};
/////////////////////////////////////////////////////////////////////////////
|