# # # patch "transforms.cc" # from [bbac152c792f330fc02e3b2ec76aba70dade4581] # to [144f5ceb3515a7b9a392e6963c5841788a8bdbd0] # ============================================================ --- transforms.cc bbac152c792f330fc02e3b2ec76aba70dade4581 +++ transforms.cc 144f5ceb3515a7b9a392e6963c5841788a8bdbd0 @@ -14,9 +14,6 @@ #include #include "vector.hh" -#include -#include - #include "botan/botan.h" #include "botan/sha160.h" #include "gzip.hh" @@ -32,8 +29,6 @@ using std::string; using std::string; -using boost::scoped_array; - // this file contans various sorts of string transformations. each // transformation should be self-explanatory from its type signature. see // transforms.hh for the summary.