# # patch "ChangeLog" # from [b12880f36e18dc09123aaed4fa78431301ebea61] # to [3d82d9fc728b9a3437effd20fdc6d21d2139bee5] # # patch "inodeprint.cc" # from [3e50716f49cc55772d0473f5de61ca7891f980b2] # to [b798c91a49790e97796d257d50f7e0c605daba23] # # patch "manifest.cc" # from [e412a36100ed704ce0d359e74b46d6d0f71c2dfc] # to [e7a6e846ee9a5cb05960b4b9f3eee71c723c258e] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,9 @@ 2005-04-26 Nathaniel Smith + * manifest.cc, inodeprint.cc: Don't include boost/regex.hpp. + +2005-04-26 Nathaniel Smith + * sqlite/vdbeaux.c (MAX_6BYTE): Apply patch from http://www.sqlite.org/cvstrac/chngview?cn=2445. It shouldn't affect monotone's usage, but just in case. --- inodeprint.cc +++ inodeprint.cc @@ -11,8 +11,6 @@ #include #include -#include - #include "app_state.hh" #include "manifest.hh" #include "inodeprint.hh" --- manifest.cc +++ manifest.cc @@ -10,8 +10,6 @@ #include #include -#include - #include #include #include