# # # patch "ChangeLog" # from [16e707c293904680f82f1e2417ce694bb2be7d17] # to [2e2a8c028a362b9d8ff98207b8e500136e92b2c4] # # patch "commands.cc" # from [cde5025967e84a100385148780e1ac53ac834908] # to [761151c7fe666887a6e0b83a2f9a3a7ea4d854fe] # # patch "roster.cc" # from [cef7d6a2672f9f042749dec58145e0274238c4f9] # to [307313cfa775244728d8636651a6af2fe70dbc66] # ============================================================ --- ChangeLog 16e707c293904680f82f1e2417ce694bb2be7d17 +++ ChangeLog 2e2a8c028a362b9d8ff98207b8e500136e92b2c4 @@ -1,5 +1,11 @@ 2007-02-07 Derek Scherger + * commands.cc: + * roster.cc: + replace references to localized_file_io.hh with file_io.hh + +2007-02-07 Derek Scherger + * NEWS: add note about the removal of the charset and line separator hooks ============================================================ --- commands.cc cde5025967e84a100385148780e1ac53ac834908 +++ commands.cc 761151c7fe666887a6e0b83a2f9a3a7ea4d854fe @@ -12,7 +12,7 @@ #include "transforms.hh" #include "simplestring_xform.hh" -#include "localized_file_io.hh" +#include "file_io.hh" #include "charset.hh" #include "diff_patch.hh" #include "inodeprint.hh" ============================================================ --- roster.cc cef7d6a2672f9f042749dec58145e0274238c4f9 +++ roster.cc 307313cfa775244728d8636651a6af2fe70dbc66 @@ -23,7 +23,7 @@ #include "vocab.hh" #include "transforms.hh" #include "simplestring_xform.hh" -#include "localized_file_io.hh" +#include "file_io.hh" #include "parallel_iter.hh" #include "restrictions.hh" #include "safe_map.hh"