diff options
Diffstat (limited to 'protocols/Twitter/src/http.cpp')
-rw-r--r-- | protocols/Twitter/src/http.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/protocols/Twitter/src/http.cpp b/protocols/Twitter/src/http.cpp index 3d0414b7d5..2c07b80902 100644 --- a/protocols/Twitter/src/http.cpp +++ b/protocols/Twitter/src/http.cpp @@ -15,12 +15,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "stdafx.h"
#include "http.h"
-#include <windows.h>
-#include <newpluginapi.h>
-#include <m_netlib.h>
-
std::string http::url_encode(const std::string &s)
{
return (char*)ptrA( mir_urlEncode( s.c_str()));
|