0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00

remove unnecessary includes

This commit is contained in:
agirbal 2011-06-23 15:31:46 -07:00
parent a1a0d503d9
commit b341cedb20

View File

@ -29,10 +29,6 @@ using namespace boost;
#include <map>
#include <sstream>
#include <vector>
#if !defined(_WIN32)
#include <sys/socket.h>
#include <netinet/in.h>
#endif
#include <boost/smart_ptr.hpp>
#include <boost/thread/thread.hpp>
#include <boost/thread/xtime.hpp>