diff options
Diffstat (limited to 'protocols/Tlen')
-rw-r--r-- | protocols/Tlen/src/jabber.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Tlen/src/jabber.h b/protocols/Tlen/src/jabber.h index 28459d781a..cb06e7e34e 100644 --- a/protocols/Tlen/src/jabber.h +++ b/protocols/Tlen/src/jabber.h @@ -39,10 +39,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _except __except
#define _finally __finally
-
-#include "m_stdhdr.h"
-
-
#ifdef _DEBUG
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
|