Bug 900088 - remove unused <iostream> #include from DataChannel.cpp; r=jduell

This commit is contained in:
Nathan Froyd 2013-07-31 13:09:00 -04:00
parent 5033404a44
commit 690ca09d6f

View File

@ -6,10 +6,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#if !defined(__Userspace_os_Windows)
#include <arpa/inet.h>
#endif
// usrsctp.h expects to have errno definitions prior to its inclusion.
#include <errno.h>
#define SCTP_DEBUG 1
#define SCTP_STDINT_INCLUDE <stdint.h>