# # # patch "dates.cc" # from [2413fafb2058055cab18cc8f6787c893f471c214] # to [7710859ebf8be74b9cab2baf645bf03e78f991c4] # # patch "unix/parse_time.cc" # from [7f50cf0d22debd35a7b55bf8c9de29f24d8a6b44] # to [b631a9eb2d3ac19ab6ec4f1339af6083b222e23d] # # patch "win32/parse_time.cc" # from [6970babb88f00ec9526d1e4e3585b55dea2e7da2] # to [6108a9fd257df00911e28badf6c3acaf8ecc1e98] # ============================================================ --- dates.cc 2413fafb2058055cab18cc8f6787c893f471c214 +++ dates.cc 7710859ebf8be74b9cab2baf645bf03e78f991c4 @@ -8,14 +8,14 @@ // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURPOSE. -#include -#include - #include "base.hh" #include "dates.hh" #include "sanity.hh" #include "platform.hh" +#include +#include + // Generic date handling routines for Monotone. // // The routines in this file substantively duplicate functionality of the ============================================================ --- unix/parse_time.cc 7f50cf0d22debd35a7b55bf8c9de29f24d8a6b44 +++ unix/parse_time.cc b631a9eb2d3ac19ab6ec4f1339af6083b222e23d @@ -7,7 +7,7 @@ // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURPOSE. -#include +#include "base.hh" #include bool parse_date (const std::string s, const std::string fmt, struct tm *tp) ============================================================ --- win32/parse_time.cc 6970babb88f00ec9526d1e4e3585b55dea2e7da2 +++ win32/parse_time.cc 6108a9fd257df00911e28badf6c3acaf8ecc1e98 @@ -7,7 +7,7 @@ // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURPOSE. -#include +#include "base.hh" bool parse_date (const std::string s, const std::string fmt, struct tm *tp) {