diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-11-24 15:42:52 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-11-24 15:42:52 -0500 |
commit | 314d24240c1833ba7cf950d91ade329beaf17587 (patch) | |
tree | 1ea7a73ec8551395383e74fc984ac6b9c0a4254c | |
parent | a46dbe3daee74eda3b23acde0970b60eb301b8e9 (diff) | |
download | mongo-314d24240c1833ba7cf950d91ade329beaf17587.tar.gz |
cleaning
-rw-r--r-- | util/message.cpp | 7 |
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; |