From 8c54ed8b5d71b83d5cdc047a67b252938ec82bba Mon Sep 17 00:00:00 2001 From: Nicholas Ormrod Date: Tue, 21 Jan 2014 16:09:49 -0800 Subject: [PATCH] Removed duplicate #includes Summary: Removed duplicate #includes. Facebook: The removals were examined by hand: several duplicate includes were not removed because they were/seemed to be in different preprocessor branches of the source. @override-unit-failures Test Plan: arc unit Reviewed By: robbert@fb.com FB internal diff: D1136491 --- folly/test/ApplyTupleTest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/folly/test/ApplyTupleTest.cpp b/folly/test/ApplyTupleTest.cpp index cc19df6a..0f831942 100644 --- a/folly/test/ApplyTupleTest.cpp +++ b/folly/test/ApplyTupleTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013 Facebook, Inc. + * Copyright 2014 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ #include "folly/ApplyTuple.h" #include -#include #include namespace { -- 2.34.1