diff options
author | Aaron <aaron@10gen.com> | 2009-04-15 15:40:16 -0400 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-04-15 15:40:16 -0400 |
commit | e577a2c64e6892be4a3112b7a18add934c82ed06 (patch) | |
tree | a4b9dc16bb6a8d20a92903ed7d70d71290462f1d /util/goodies.h | |
parent | 40bbf305b5465e3f8563e65c07173e9abda6018f (diff) | |
download | mongo-e577a2c64e6892be4a3112b7a18add934c82ed06.tar.gz |
Revert "allocate files in background"
This reverts commit 0033bd91dfd8846e7f53e4a58c91714fa5b6d99e.
Diffstat (limited to 'util/goodies.h')
-rw-r--r-- | util/goodies.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/goodies.h b/util/goodies.h index e9e561e778f..80c03052e4e 100644 --- a/util/goodies.h +++ b/util/goodies.h @@ -113,7 +113,6 @@ namespace mongo { } // namespace mongo #include <boost/thread/thread.hpp> -#include <boost/thread/condition.hpp> #include <boost/thread/xtime.hpp> namespace mongo { |