summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-11-24 15:42:52 -0500
committerEliot Horowitz <eliot@10gen.com>2009-11-24 15:42:52 -0500
commit314d24240c1833ba7cf950d91ade329beaf17587 (patch)
tree1ea7a73ec8551395383e74fc984ac6b9c0a4254c
parenta46dbe3daee74eda3b23acde0970b60eb301b8e9 (diff)
downloadmongo-314d24240c1833ba7cf950d91ade329beaf17587.tar.gz
cleaning
-rw-r--r--util/message.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/util/message.cpp b/util/message.cpp
index 1d4f1cf5803..d7afef78c77 100644
--- a/util/message.cpp
+++ b/util/message.cpp
@@ -22,6 +22,7 @@
#include "message.h"
#include <time.h>
#include "../util/goodies.h"
+#include "../util/background.h"
#include <fcntl.h>
#include <errno.h>
@@ -187,12 +188,6 @@ namespace mongo {
ports.erase(this);
}
-} // namespace mongo
-
-#include "../util/background.h"
-
-namespace mongo {
-
class ConnectBG : public BackgroundJob {
public:
int sock;