summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2011-05-11 11:34:26 -0400
committerDwight <dwight@10gen.com>2011-05-11 11:34:26 -0400
commit22bcccded34fde0b360c048e112ddd0114462876 (patch)
tree1b1448b9755d71a27ebf44e3a6a9c7914bd24be7 /pch.h
parente5fa3cba4a6abc77d98867b4bfa212ba60c28cbf (diff)
downloadmongo-22bcccded34fde0b360c048e112ddd0114462876.tar.gz
remove a couple things from pch, still seems to compile
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pch.h b/pch.h
index c70f3164986..81abbaedc41 100644
--- a/pch.h
+++ b/pch.h
@@ -69,9 +69,9 @@
#include "string.h"
#include "limits.h"
-#include <boost/any.hpp>
+//#include <boost/any.hpp>
#include "boost/thread/once.hpp"
-#include <boost/archive/iterators/transform_width.hpp>
+//#include <boost/archive/iterators/transform_width.hpp>
#define BOOST_FILESYSTEM_VERSION 2
#include <boost/filesystem/convenience.hpp>
#include <boost/filesystem/exception.hpp>