Removed duplicate #includes
authorNicholas Ormrod <njormrod@fb.com>
Wed, 22 Jan 2014 00:09:49 +0000 (16:09 -0800)
committerSara Golemon <sgolemon@fb.com>
Thu, 6 Feb 2014 19:50:12 +0000 (11:50 -0800)
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

index cc19df6a18be99a83eb6eaba386d722f83700172..0f83194266a80bb72c709e95e43368de177f5b43 100644 (file)
@@ -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 <gtest/gtest.h>
 
-#include <iostream>
 #include <memory>
 
 namespace {