diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 11:25:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 11:25:35 +0000 |
commit | 22f041cb647f9c765004d3295d5a57a7220f55f0 (patch) | |
tree | e1051d19ee3d4cd334088a6bbd3657f9d212618f /plugins/PasteIt/src/Options.cpp | |
parent | 7b282524fe2768851dd857223a7ff243d160362a (diff) |
removed not used headers
projects cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@3868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PasteIt/src/Options.cpp')
-rw-r--r-- | plugins/PasteIt/src/Options.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/PasteIt/src/Options.cpp b/plugins/PasteIt/src/Options.cpp index 5552ac0d6a..6fc6439e40 100644 --- a/plugins/PasteIt/src/Options.cpp +++ b/plugins/PasteIt/src/Options.cpp @@ -17,17 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "StdAfx.h"
-#include "Options.h"
-#include "resource.h"
-#include "PasteToWeb.h"
-#include "PasteToWeb1.h"
-
-extern HINSTANCE hInst;
-
-#define MODULE "PasteIt"
Options *Options::instance;
-extern PasteToWeb* pasteToWebs[PasteToWeb::pages];
struct TCpTable {
UINT cpId;
|