From: Nicholas Ormrod Date: Wed, 22 Jan 2014 00:09:49 +0000 (-0800) Subject: Removed duplicate #includes X-Git-Tag: v0.22.0~726 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8c54ed8b5d71b83d5cdc047a67b252938ec82bba;p=folly.git 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 --- 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 {