summaryrefslogtreecommitdiff
path: root/src/mongo/pch.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-04-06 19:02:04 -0400
committerEliot Horowitz <eliot@10gen.com>2012-04-06 19:02:04 -0400
commit741a8d982e7aa5db0509820da32d10aed624c86c (patch)
tree9ba3241f924f5d4a460fe27d825278b230ffec1a /src/mongo/pch.h
parent85e2b2f140dba6cfe053bb5a53d1acc40443a3fd (diff)
downloadmongo-741a8d982e7aa5db0509820da32d10aed624c86c.tar.gz
move boost endian to goodies and check we have it
Diffstat (limited to 'src/mongo/pch.h')
-rw-r--r--src/mongo/pch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/pch.h b/src/mongo/pch.h
index 8796a7b0abb..4dc3c99369a 100644
--- a/src/mongo/pch.h
+++ b/src/mongo/pch.h
@@ -71,7 +71,6 @@
#define BOOST_FILESYSTEM_VERSION 2
#include <boost/shared_ptr.hpp>
-#include <boost/detail/endian.hpp>
#include <boost/smart_ptr.hpp>
#include <boost/function.hpp>
#include <boost/bind.hpp>