diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 19:53:14 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 19:53:14 +0000 |
commit | 1ac26e41d1de88965131401356c37497bf899ded (patch) | |
tree | e251062e4d661976ec782fa0b285ef0685832ee9 /plugins/NotifyAnything/src/options.cpp | |
parent | f71d09a473a8bcb7dd75afa7fc56554df1d827ad (diff) |
removed not used headers
added version info
removed not used files
git-svn-id: http://svn.miranda-ng.org/main/trunk@3855 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotifyAnything/src/options.cpp')
-rw-r--r-- | plugins/NotifyAnything/src/options.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/NotifyAnything/src/options.cpp b/plugins/NotifyAnything/src/options.cpp index 7574cbf867..5b02963ec7 100644 --- a/plugins/NotifyAnything/src/options.cpp +++ b/plugins/NotifyAnything/src/options.cpp @@ -1,8 +1,4 @@ -
-#include <windows.h>
-
#include "common.h"
-#include "resource.h"
NASettings g_settings;
|