Summary:
Remove unnecessary includes from FBVector
Gonna see just how cleaned-up sandcastle really is :P
Test Plan: Fix errors shown in contbuild
Reviewed By: njormrod@fb.com
Subscribers: cold-storage-diffs@, jcoens, ldbrandy, trunkagent, oleksandr, netego-diffs@, mmandal, weiyan, ws_dev_diffs, jmkaldor, jhunt, fbcode-common-diffs@, njormrod, folly-diffs@, yfeldblum
FB internal diff:
D1873145
Signature: t1:
1873145:
1425505591:
9cb345053833afa70f543e2f7acd310ab80b8676
#include <boost/operators.hpp>
-// some files expected these from FBVector
-#include <limits>
-#include <folly/Foreach.h>
-#include <boost/type_traits.hpp>
-#include <boost/utility/enable_if.hpp>
-
//=============================================================================
// forward declaration
* generates code 100% identical to the handwritten loop.
*/
-#include <boost/type_traits/remove_cv.hpp>
#include <type_traits>
/*
#include <glog/logging.h>
#include <folly/Benchmark.h>
+#include <folly/Foreach.h>
#include <folly/String.h>
#include <folly/gen/Base.h>
#include <folly/gen/String.h>