diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-16 20:30:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-16 20:30:34 +0000 |
commit | e2ac2b3d40bc4c5d4ae776617351c80b8bd25cc9 (patch) | |
tree | b87baa6a6e57e569edc822d1b594b77703561ddf /plugins/wbOSD | |
parent | 555571882cbeaca6051387f03454121898f318c4 (diff) |
- wbOSD: unused headers removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@4689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/wbOSD')
-rw-r--r-- | plugins/wbOSD/src/wbOSD.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/wbOSD/src/wbOSD.h b/plugins/wbOSD/src/wbOSD.h index 9233959a5f..5c89c1c4b1 100644 --- a/plugins/wbOSD/src/wbOSD.h +++ b/plugins/wbOSD/src/wbOSD.h @@ -10,24 +10,16 @@ Distributed under GNU's GPL 2 or later #define _WIN32_WINNT 0x0500
#define _CRT_SECURE_NO_WARNINGS
-#include <tchar.h>
-#include <windows.h>
#include <shlwapi.h>
#include <commctrl.h>
-#include <stdio.h>
#include "resource.h"
#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_database.h>
#include <m_options.h>
-#include <m_clc.h>
-#include <m_system.h>
#include <m_clist.h>
-#include <m_protocols.h>
#include <m_protosvc.h>
-#include <m_utils.h>
-#include <m_contacts.h>
#include <m_ignore.h>
#include <win2k.h>
|