diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 14:54:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 14:54:57 +0000 |
commit | 6b38bd980c93eb70ce88641ef8c89ad4839940bd (patch) | |
tree | bde73d156cf909c502ef3e0a51ce444d7506481e /plugins/SMS/src/options.cpp | |
parent | 1c22e5aa2c0bd52eef7b42806c20ff33246f3dc2 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3941 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/src/options.cpp')
-rw-r--r-- | plugins/SMS/src/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SMS/src/options.cpp b/plugins/SMS/src/options.cpp index 5ebe06f253..e7314b2180 100644 --- a/plugins/SMS/src/options.cpp +++ b/plugins/SMS/src/options.cpp @@ -24,6 +24,7 @@ For any comments, problems, etc. contact me at Miranda-IM forums or E-Mail or IC All the information needed you can find at www.nuke007.tk
Enjoy the code and use it smartly!
*/
+
#include "common.h"
WORD wSMSSignControlsList[] = { IDC_BEGIN, IDC_END, IDC_SIGNATURE, IDC_SIGNGROUP };
|