Commit 77590b52 authored by Mark Isaacson's avatar Mark Isaacson Committed by Viswanath Sivakumar

Remove unnecessary includes from FBVector

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
parent 01bd28a3
......@@ -42,12 +42,6 @@
#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
......
......@@ -47,7 +47,6 @@
* generates code 100% identical to the handwritten loop.
*/
#include <boost/type_traits/remove_cv.hpp>
#include <type_traits>
/*
......
......@@ -17,6 +17,7 @@
#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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment