diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-07 19:15:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-07 19:15:09 +0000 |
commit | f096b29abb03618ec609ba4acaedaed43eec1fea (patch) | |
tree | 03df06dd3b8449dac0e345255cf7bceb48b436a2 /plugins/YARelay/src/stdafx.h | |
parent | b6f8f6519957a7edd57242ce43c01514998fc5e4 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@4372 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YARelay/src/stdafx.h')
-rw-r--r-- | plugins/YARelay/src/stdafx.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/YARelay/src/stdafx.h b/plugins/YARelay/src/stdafx.h index fc4057b92f..cc74ee704e 100644 --- a/plugins/YARelay/src/stdafx.h +++ b/plugins/YARelay/src/stdafx.h @@ -21,20 +21,20 @@ Features: #include <windows.h>
#include <time.h>
-#include <stdio.h>
-#include <list>
-#include "resource.h"
+#include <malloc.h>
#include <newpluginapi.h>
#include <m_clistint.h>
#include <m_database.h>
-#include <m_system_cpp.h>
#include <m_langpack.h>
#include <m_contacts.h>
#include <m_options.h>
#include <m_protosvc.h>
#include <win2k.h>
+#include "resource.h"
+#include "Version.h"
+
#define STATUS_OFFLINE 0x1
#define STATUS_ONLINE 0x2
#define STATUS_AWAY 0x4
|