diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 20:32:34 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 20:32:34 +0000 |
commit | d17b8716c20743faea784c32e233442943fb3f56 (patch) | |
tree | 20e817a44f66f9ae2221e73afb46e010021558f9 /protocols/AimOscar/src | |
parent | 202f54b750f8cdc5a4f6488fa0c9b841b7e30d9a (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@2944 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src')
-rw-r--r-- | protocols/AimOscar/src/aim.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/AimOscar/src/aim.h b/protocols/AimOscar/src/aim.h index 7312b5ffc0..bec457f51a 100644 --- a/protocols/AimOscar/src/aim.h +++ b/protocols/AimOscar/src/aim.h @@ -19,14 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef AIM_H
#define AIM_H
-#define MIRANDA_VER 0x0A00
-
#include <m_stdhdr.h>
//System includes
#include <windows.h>
#include <vssym32.h>
-
#include <fcntl.h>
#include <io.h>
#include <richedit.h>
@@ -47,12 +44,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_netlib.h>
#include <m_options.h>
#include <m_popup.h>
-#include <m_protocols.h>
#include <m_protomod.h>
-#include <m_protosvc.h>
-#include <m_system.h>
#include <m_userinfo.h>
-#include <m_addcontact.h>
#include <m_icolib.h>
#include <m_system_cpp.h>
#include <m_imgsrvc.h>
|