# # patch "ChangeLog" # from [3d82d9fc728b9a3437effd20fdc6d21d2139bee5] # to [7a7d532b314754b7474d3cc80888e68c87d25c44] # # patch "work.cc" # from [1b62ad043f8d9c60ab99bd77a0ae6fd0f9f0d005] # to [1fc76378f077682c56d53b94ab7ce5a662a54be0] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,9 @@ 2005-04-26 Nathaniel Smith + * work.cc: Don't include boost/regex.hpp. + +2005-04-26 Nathaniel Smith + * manifest.cc, inodeprint.cc: Don't include boost/regex.hpp. 2005-04-26 Nathaniel Smith --- work.cc +++ work.cc @@ -1,9 +1,8 @@ // copyright (C) 2002, 2003 graydon hoare // all rights reserved. // licensed to the public under the terms of the GNU GPL (>= 2) // see the file COPYING for details -#include #include #include "app_state.hh"