| Index: runtime/bin/socket.h
|
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h
|
| index 8049acd71fc7b36931939b95a1eb8027f19e0644..96ff5d470f6781adf31f3e1984b49a1423b20632 100644
|
| --- a/runtime/bin/socket.h
|
| +++ b/runtime/bin/socket.h
|
| @@ -5,10 +5,6 @@
|
| #ifndef RUNTIME_BIN_SOCKET_H_
|
| #define RUNTIME_BIN_SOCKET_H_
|
|
|
| -#if defined(DART_IO_DISABLED)
|
| -#error "socket.h can only be included on builds with IO enabled"
|
| -#endif
|
| -
|
| #include "bin/builtin.h"
|
| #include "bin/dartutils.h"
|
| #include "bin/reference_counting.h"
|
|
|