diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 15:35:27 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 15:35:27 +0000 |
commit | 840ad3803f3e0a4e51204983c1fad5ff5d6aef8b (patch) | |
tree | 185ebfd2bc4fc5974e31ecac07e8607801453a57 /protocols/EmLanProto/src/mlan.h | |
parent | 972f30762ab2dcbe1f2662b6014f1cfccf56fe16 (diff) |
added version info
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@4098 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/EmLanProto/src/mlan.h')
-rw-r--r-- | protocols/EmLanProto/src/mlan.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/EmLanProto/src/mlan.h b/protocols/EmLanProto/src/mlan.h index 21471cdc2f..4ec8993b23 100644 --- a/protocols/EmLanProto/src/mlan.h +++ b/protocols/EmLanProto/src/mlan.h @@ -4,8 +4,6 @@ #ifndef __mlan_h__
#define __mlan_h__
-#include "lan.h"
-
#define MLAN_TIMEOUT 5
#define MLAN_CHECK 50
#define MLAN_SLEEP 400
|