From 77590b52456468d6e29ace19cae6b8f6162c6cdd Mon Sep 17 00:00:00 2001 From: Mark Isaacson Date: Thu, 5 Mar 2015 17:37:46 -0800 Subject: [PATCH] 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 --- folly/FBVector.h | 6 ------ folly/Foreach.h | 1 - folly/gen/test/StringBenchmark.cpp | 1 + 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/folly/FBVector.h b/folly/FBVector.h index ca96ff03..28662fc8 100644 --- a/folly/FBVector.h +++ b/folly/FBVector.h @@ -42,12 +42,6 @@ #include -// some files expected these from FBVector -#include -#include -#include -#include - //============================================================================= // forward declaration diff --git a/folly/Foreach.h b/folly/Foreach.h index 442336d6..9d67c148 100644 --- a/folly/Foreach.h +++ b/folly/Foreach.h @@ -47,7 +47,6 @@ * generates code 100% identical to the handwritten loop. */ -#include #include /* diff --git a/folly/gen/test/StringBenchmark.cpp b/folly/gen/test/StringBenchmark.cpp index 05f6be23..2acaeb28 100644 --- a/folly/gen/test/StringBenchmark.cpp +++ b/folly/gen/test/StringBenchmark.cpp @@ -17,6 +17,7 @@ #include #include +#include #include #include #include -- 2.34.1