# # # patch "ssh_agent.cc" # from [89f1bb9d298175c656ef606a0a416ed958e1f21c] # to [dc41be80d965330d70731b00cafbc9d41978944b] # # patch "win32/ssh_agent_platform.cc" # from [1e1b94651e25286de1489c34d90db9b26417ecbe] # to [0843eaa513ceba16355679c481d71e2f45675ca4] # ============================================================ --- ssh_agent.cc 89f1bb9d298175c656ef606a0a416ed958e1f21c +++ ssh_agent.cc dc41be80d965330d70731b00cafbc9d41978944b @@ -1,6 +1,3 @@ -#include -#include -#include #include #include "ssh_agent.hh" ============================================================ --- win32/ssh_agent_platform.cc 1e1b94651e25286de1489c34d90db9b26417ecbe +++ win32/ssh_agent_platform.cc 0843eaa513ceba16355679c481d71e2f45675ca4 @@ -1,3 +1,4 @@ +#include #include "ssh_agent_platform.hh" using std::string;