summaryrefslogtreecommitdiff
path: root/s
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-06-26 17:56:43 -0400
committerEliot Horowitz <eliot@10gen.com>2011-06-26 17:56:43 -0400
commit0594b8a6ab5ba1561e1fe760e755f2a055beb699 (patch)
tree5b402f673234f0a2a955cbdb8b2f72cbfcfa9b72 /s
parentddde89b8cfb567480c7db6b2832eb6280974ea2a (diff)
downloadmongo-0594b8a6ab5ba1561e1fe760e755f2a055beb699.tar.gz
net cleaning: starting to split up message.h
Diffstat (limited to 's')
-rw-r--r--s/d_writeback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/d_writeback.cpp b/s/d_writeback.cpp
index fe1b9fb29df..ff0891330c8 100644
--- a/s/d_writeback.cpp
+++ b/s/d_writeback.cpp
@@ -20,7 +20,7 @@
#include "../db/commands.h"
#include "../util/queue.h"
-#include "../util/net/message.h"
+#include "../util/net/message_port.h"
#include "d_writeback.h"