diff options
author | Eric Milkie <milkie@10gen.com> | 2012-04-06 16:59:48 -0400 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2012-04-06 16:59:54 -0400 |
commit | 483397298791cc3c4d3b4f1c1c7696212a8d125a (patch) | |
tree | 7849c778df0c3f1c24a3d0d5e94f0c0d01c3dc97 /src/mongo/pch.h | |
parent | c394b6d67fcbcd653ca9be60cc356f58261a52a4 (diff) | |
download | mongo-483397298791cc3c4d3b4f1c1c7696212a8d125a.tar.gz |
more cleanup of pch.h and goodies.h; new file ticketholder.h
Diffstat (limited to 'src/mongo/pch.h')
-rw-r--r-- | src/mongo/pch.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/pch.h b/src/mongo/pch.h index 652cd079994..4dc3c99369a 100644 --- a/src/mongo/pch.h +++ b/src/mongo/pch.h @@ -74,14 +74,7 @@ #include <boost/smart_ptr.hpp> #include <boost/function.hpp> #include <boost/bind.hpp> -#include <boost/thread/tss.hpp> -#include <boost/detail/endian.hpp> #include <boost/version.hpp> -#include <boost/thread/thread.hpp> -#include <boost/thread/condition.hpp> -#include <boost/thread/recursive_mutex.hpp> -#include <boost/thread/xtime.hpp> - #include "mongo/client/redef_macros.h" |