summaryrefslogtreecommitdiff
path: root/plugins/BuddyExpectator/src/common.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-23 10:35:23 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-23 10:35:23 +0000
commitc928f5fc77ddd8ea59fa2ec4e24b3ded206f02ab (patch)
treec9bc70218ef7795064d45e6083e65b108b438995 /plugins/BuddyExpectator/src/common.h
parentac68127422acb28bf1771f0698119c4d6a44a99a (diff)
added precompiled header
git-svn-id: http://svn.miranda-ng.org/main/trunk@3713 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyExpectator/src/common.h')
-rw-r--r--plugins/BuddyExpectator/src/common.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/BuddyExpectator/src/common.h b/plugins/BuddyExpectator/src/common.h
index ecabbfe949..fc2b5ede90 100644
--- a/plugins/BuddyExpectator/src/common.h
+++ b/plugins/BuddyExpectator/src/common.h
@@ -17,37 +17,25 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- File name : $URL: http://svn.miranda.im/mainrepo/buddyexpectator/trunk/common.h $
- Revision : $Rev: 1392 $
- Last change on : $Date: 2009-04-22 17:46:08 +0300 (Ср, 22 апр 2009) $
- Last change by : $Author: Thief $
*/
#define _CRT_SECURE_NO_WARNINGS
#ifndef _COMMON_INC
#define _COMMON_INC
-#define MIRANDA_VER 0x0A00
-#include <stddef.h> // needed by m_icolib.h > r9256
#include <windows.h>
#include <commctrl.h>
#include <time.h>
-#include <stdio.h>
#include <locale.h>
#include <newpluginapi.h>
#include <m_skin.h>
#include <m_clist.h>
#include <m_database.h>
-#include <m_system.h>
#include <m_langpack.h>
-#include <m_contacts.h>
#include <m_options.h>
#include <m_protosvc.h>
-#include <m_utils.h>
#include <win2k.h>
-#include <m_ignore.h>
#include <m_message.h>
#include <m_userinfo.h>
#include <m_icolib.h>