diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-21 13:24:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-21 13:24:25 +0000 |
commit | c862405581fafcf9830be2ed4098313518b699c1 (patch) | |
tree | 4605c73ab8158a3c0cbfd179b728334a7e69e175 /plugins/IEHistory/src/utils.h | |
parent | a23b1597035e06afa1aca79e9812f720723a099e (diff) |
first version that compiles
git-svn-id: http://svn.miranda-ng.org/main/trunk@10260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEHistory/src/utils.h')
-rw-r--r-- | plugins/IEHistory/src/utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/IEHistory/src/utils.h b/plugins/IEHistory/src/utils.h index 7cad1a1116..2d7605b7b1 100644 --- a/plugins/IEHistory/src/utils.h +++ b/plugins/IEHistory/src/utils.h @@ -21,10 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_IEHISTORY_UTILS_H #define M_IEHISTORY_UTILS_H -#include "stdafx.h" -#include <time.h> -#include <m_core.h> - #define ANCHOR_LEFT 0x000001 #define ANCHOR_RIGHT 0x000002 #define ANCHOR_TOP 0x000004 |