From f096b29abb03618ec609ba4acaedaed43eec1fea Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 7 Apr 2013 19:15:09 +0000 Subject: removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@4372 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YARelay/src/Version.h | 8 ++++---- plugins/YARelay/src/main.cpp | 1 - plugins/YARelay/src/stdafx.h | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) (limited to 'plugins/YARelay/src') diff --git a/plugins/YARelay/src/Version.h b/plugins/YARelay/src/Version.h index 91273cc872..a6bbc6da8e 100644 --- a/plugins/YARelay/src/Version.h +++ b/plugins/YARelay/src/Version.h @@ -5,10 +5,10 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM -#define __PLUGIN_NAME "yaRelay" -#define __FILENAME "yaRelay.dll" -#define __DESCRIPTION "Forwards messages to some contact when you are not available." -#define __AUTHOR "Anar Ibragimoff" +#define __PLUGIN_NAME "YARelay" +#define __FILENAME "YARelay.dll" +#define __DESCRIPTION "Forwards messages to some contact when you are not available." +#define __AUTHOR "Anar Ibragimoff" #define __AUTHOREMAIL "ai91@mail.ru" #define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2005 Anar Ibragimoff" diff --git a/plugins/YARelay/src/main.cpp b/plugins/YARelay/src/main.cpp index 950cb625b5..6453a68f62 100644 --- a/plugins/YARelay/src/main.cpp +++ b/plugins/YARelay/src/main.cpp @@ -18,7 +18,6 @@ Features: */ #include "stdafx.h" -#include "Version.h" #include "..\Utils\mir_buffer.h" diff --git a/plugins/YARelay/src/stdafx.h b/plugins/YARelay/src/stdafx.h index fc4057b92f..cc74ee704e 100644 --- a/plugins/YARelay/src/stdafx.h +++ b/plugins/YARelay/src/stdafx.h @@ -21,20 +21,20 @@ Features: #include #include -#include -#include -#include "resource.h" +#include #include #include #include -#include #include #include #include #include #include +#include "resource.h" +#include "Version.h" + #define STATUS_OFFLINE 0x1 #define STATUS_ONLINE 0x2 #define STATUS_AWAY 0x4 -- cgit v1.2.3