Removed std::stringstream.

Removed not necessary include <sstream>.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5112 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-04-19 22:10:00 +00:00
parent 4e26884646
commit a6dfac2a37
33 changed files with 12 additions and 46 deletions

View file

@ -8,7 +8,6 @@
#include <string.h>
#include <string>
#include <sstream>
#include <iostream>
#include <set>
#include <vector>

View file

@ -570,7 +570,6 @@ bool RsDirUtil::hashFile(const std::string& filepath,
#include <openssl/sha.h>
#include <sstream>
#include <iomanip>
/* Function to hash, and get details of a file */