diff options
Diffstat (limited to 'plugins/HistorySweeperLight/src/historysweeperlight.h')
| -rw-r--r-- | plugins/HistorySweeperLight/src/historysweeperlight.h | 5 |
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"
|
