From db47dabaddfab41eb418eebfecac0ad3c841b8f0 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 30 Mar 2013 11:30:57 +0000 Subject: removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@4248 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AvatarHistory/src/AvatarHistory.h | 46 ++++++------------------------- 1 file changed, 8 insertions(+), 38 deletions(-) (limited to 'plugins/AvatarHistory/src/AvatarHistory.h') diff --git a/plugins/AvatarHistory/src/AvatarHistory.h b/plugins/AvatarHistory/src/AvatarHistory.h index 504549f28b..af3986890a 100644 --- a/plugins/AvatarHistory/src/AvatarHistory.h +++ b/plugins/AvatarHistory/src/AvatarHistory.h @@ -1,12 +1,7 @@ #define _CRT_SECURE_NO_WARNINGS -#define MIRANDA_VER 0x0A00 -#include + #include -#include #include -#include -#include //for ImageList_* -#include #include #include @@ -15,12 +10,10 @@ #include #include #include -#include #include #include #include #include -#include #include #include #include @@ -29,16 +22,22 @@ #include #include -#include "m_avatarhist.h" +#include + +#include "../utils/mir_options.h" #include "resource.h" #include "Version.h" +#include "popup.h" // Globals extern HINSTANCE hInst; extern HANDLE hMenu; extern DWORD mirVer; extern HANDLE hAvatarWindowsList; +extern Options opts; +extern HANDLE hFolder; +extern TCHAR basedir[]; #define MODULE_NAME "AvatarHistory" @@ -79,8 +78,6 @@ void ConvertToFilename(TCHAR *str, size_t size); void CreateOldStyleShortcut(HANDLE hContact, TCHAR *history_filename); BOOL CreateShortcut(TCHAR *file, TCHAR *shortcut); -#define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0]) ) - #define POPUP_ACTION_DONOTHING 0 #define POPUP_ACTION_CLOSEPOPUP 1 #define POPUP_ACTION_OPENAVATARHISTORY 2 @@ -89,30 +86,3 @@ BOOL CreateShortcut(TCHAR *file, TCHAR *shortcut); #define POPUP_DELAY_DEFAULT 0 #define POPUP_DELAY_CUSTOM 1 #define POPUP_DELAY_PERMANENT 2 - - -struct Options { - // Log - BOOL log_per_contact_folders; - BOOL log_keep_same_folder; - BOOL log_store_as_hash; - - // Popup - BOOL popup_show_changed; - TCHAR popup_changed[1024]; - BOOL popup_show_removed; - TCHAR popup_removed[1024]; - WORD popup_delay_type; - WORD popup_timeout; - BYTE popup_use_win_colors; - BYTE popup_use_default_colors; - COLORREF popup_bkg_color; - COLORREF popup_text_color; - WORD popup_left_click_action; - WORD popup_right_click_action; -}; - -extern Options opts; - - -#include "popup.h" -- cgit v1.2.3