Overview
Comment: | Remove unnecessary imports of socket.h |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9e03377177d5f1221da43eab78b7b5aa |
User & Date: | js on 2020-05-30 14:35:16 |
Other Links: | manifest | tags |
Context
2020-05-30
| ||
15:33 | runtime: Document all types check-in: d65fefedc7 user: js tags: trunk | |
14:35 | Remove unnecessary imports of socket.h check-in: 9e03377177 user: js tags: trunk | |
2020-05-28
| ||
23:59 | tests: Add the same libctru id workaround check-in: d0ad47358c user: js tags: trunk | |
Changes
Modified src/OFSCTPSocket.h from [946c9ca590] to [59340373ed].
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - - | * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFSequencedPacketSocket.h" #import "OFRunLoop.h" |
︙ |
Modified src/OFSPXSocket.h from [b8282e6d38] to [ae1adc1c6f].
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - - | * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFSequencedPacketSocket.h" #import "OFRunLoop.h" |
︙ |
Modified src/OFSPXStreamSocket.h from [722b6414cf] to [fc99b018b5].
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - - | * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFStreamSocket.h" #import "OFRunLoop.h" |
︙ |
Modified src/OFTCPSocket.h from [cedf99692f] to [34998132f3].
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - - | * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFStreamSocket.h" #import "OFRunLoop.h" |
︙ |