Differences From Artifact [a1881748df]:
- File src/OFStream.m — part of check-in [32d166557b] at 2010-01-04 14:04:04 on branch trunk — Make -[readLineWithEncoding:] more fault tolerant. (user: js, size: 4724) [annotate] [blame] [check-ins using] [more...]
To Artifact [4d82bf6197]:
- File src/OFStream.m — part of check-in [1433aef0d0] at 2010-01-16 15:05:14 on branch trunk — Reduce dependencies between headers. (user: js, size: 4745) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | #include "config.h" #include <string.h> #include <unistd.h> #include <assert.h> #import "OFStream.h" #import "OFExceptions.h" #import "OFMacros.h" #ifdef _WIN32 #include <windows.h> #endif | > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | #include "config.h" #include <string.h> #include <unistd.h> #include <assert.h> #import "OFStream.h" #import "OFString.h" #import "OFExceptions.h" #import "OFMacros.h" #ifdef _WIN32 #include <windows.h> #endif |
︙ | ︙ |