From 785485183fec26c5902cb035ff17bbe5f3fe6513 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Mon, 8 Feb 2016 12:53:55 -0800 Subject: [PATCH] Fix bad merge. Summary: FBStringTest.cpp was refactored, but the TestUtil and TemporaryFile was not properly removed. Reviewed By: yfeldblum Differential Revision: D2913045 fb-gh-sync-id: 710c3f5b808acb634dfcd65219484ddc257ed52c --- folly/test/FBStringTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/folly/test/FBStringTest.cpp b/folly/test/FBStringTest.cpp index c3259142..629f0497 100644 --- a/folly/test/FBStringTest.cpp +++ b/folly/test/FBStringTest.cpp @@ -33,7 +33,6 @@ #include #include #include -#include using namespace std; using namespace folly; -- 2.34.1