Improve string comparisons
[folly.git] / folly / test / ThreadCachedArenaTest.cpp
index 8b6a1a7a3539842758b278a50f61b3a48d3f96ff..ea978dc1e8216548f178bc4cbc050bf766ffe9f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -29,7 +29,6 @@
 
 #include <folly/Range.h>
 #include <folly/Benchmark.h>
-#include <folly/Portability.h>
 #include <folly/portability/GTest.h>
 
 using namespace folly;