summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-06-26 17:13:54 -0400
committerEliot Horowitz <eliot@10gen.com>2011-06-26 17:13:54 -0400
commit142a86b237c98eeb73b7c9658df8c232e02dda8f (patch)
tree438ebd04ece3dc02b6372a44599a65c6c53313ac /tools
parent3b185eeee34f764fceb314257de3f97698bc676c (diff)
downloadmongo-142a86b237c98eeb73b7c9658df8c232e02dda8f.tar.gz
net cleaning: move message.* to net/
net cleaning: move http tools to net/
Diffstat (limited to 'tools')
-rw-r--r--tools/bridge.cpp2
-rw-r--r--tools/sniffer.cpp2
-rw-r--r--tools/stat.cpp2
-rw-r--r--tools/top.cpp1
4 files changed, 3 insertions, 4 deletions
diff --git a/tools/bridge.cpp b/tools/bridge.cpp
index c1667bb9119..510858910ca 100644
--- a/tools/bridge.cpp
+++ b/tools/bridge.cpp
@@ -17,7 +17,7 @@
*/
#include "pch.h"
-#include "../util/message.h"
+#include "../util/net/message.h"
#include "../client/dbclient.h"
#include "../db/dbmessage.h"
diff --git a/tools/sniffer.cpp b/tools/sniffer.cpp
index 6f7ff337901..aeab808cfed 100644
--- a/tools/sniffer.cpp
+++ b/tools/sniffer.cpp
@@ -35,7 +35,7 @@
#endif
#include "../bson/util/builder.h"
-#include "../util/message.h"
+#include "../util/net/message.h"
#include "../util/mmap.h"
#include "../db/dbmessage.h"
#include "../client/dbclient.h"
diff --git a/tools/stat.cpp b/tools/stat.cpp
index e4e18da76c1..39c7c945ddd 100644
--- a/tools/stat.cpp
+++ b/tools/stat.cpp
@@ -19,7 +19,7 @@
#include "pch.h"
#include "client/dbclient.h"
#include "db/json.h"
-#include "../util/httpclient.h"
+#include "../util/net/httpclient.h"
#include "../util/text.h"
#include "tool.h"
#include <fstream>
diff --git a/tools/top.cpp b/tools/top.cpp
index bd3d8e7c26d..42e45684bb3 100644
--- a/tools/top.cpp
+++ b/tools/top.cpp
@@ -19,7 +19,6 @@
#include "pch.h"
#include "client/dbclient.h"
#include "db/json.h"
-#include "../util/httpclient.h"
#include "../util/text.h"
#include "tool.h"
#include <fstream>