From 3d4c657467b36aa9c3f422c1a83d7db7994e98ed Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sun, 11 Oct 2015 05:25:19 +0300 Subject: [PATCH] Removed stdio.h from strophe.h --- strophe.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/strophe.h b/strophe.h index b5797b7..05a378d 100644 --- a/strophe.h +++ b/strophe.h @@ -20,8 +20,6 @@ extern "C" { #endif -#include - /* namespace defines */ /** @def XMPP_NS_CLIENT * Namespace definition for 'jabber:client'.