mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 900088 - remove unused <iostream> #include from DataChannel.cpp; r=jduell
This commit is contained in:
parent
5033404a44
commit
690ca09d6f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user