summaryrefslogtreecommitdiff
path: root/plugins/HistorySweeperLight/src/historysweeperlight.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-26 19:30:07 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-26 19:30:07 +0000
commitbca327466d9461ee453ae2cb9e0175f7c9895b2b (patch)
tree16eb73866ac1209ecaef9a10bb379b802c9c9968 /plugins/HistorySweeperLight/src/historysweeperlight.h
parentef522ce54a4a2e2b737759b619e667ef819540c6 (diff)
added precompiled header
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistorySweeperLight/src/historysweeperlight.h')
-rw-r--r--plugins/HistorySweeperLight/src/historysweeperlight.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/HistorySweeperLight/src/historysweeperlight.h b/plugins/HistorySweeperLight/src/historysweeperlight.h
index a1b67c464e..407f3973d2 100644
--- a/plugins/HistorySweeperLight/src/historysweeperlight.h
+++ b/plugins/HistorySweeperLight/src/historysweeperlight.h
@@ -21,19 +21,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef __HISTORYSWEEPERLIGHT_H__
#define __HISTORYSWEEPERLIGHT_H__
-#define MIRANDA_VER 0x0A00
-
#if !defined( _WIN64 )
#define _USE_32BIT_TIME_T
#endif
#include <windows.h>
-#include <commctrl.h>
#include <time.h>
#include <win2k.h>
#include <newpluginapi.h>
-#include <m_clc.h>
#include <m_database.h>
#include <m_langpack.h>
#include <m_options.h>
@@ -43,6 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <m_skin.h>
#include "resource.h"
+#include "version.h"
// Plugin name
#define ModuleName "History Sweeper Light"