Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ThreadCachedArenaTest.cpp
index bc720ed09d38ee43c196bb4eb385f1b6a1cf25f4..8f89d8adc38216f8c8901feacc4acb370048bc31 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.
  * limitations under the License.
  */
 
-#include "folly/ThreadCachedArena.h"
-#include "folly/Memory.h"
+#include <folly/ThreadCachedArena.h>
+#include <folly/Memory.h>
 
+#include <map>
 #include <mutex>
 #include <thread>
 #include <iterator>
@@ -27,8 +28,8 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Range.h"
-#include "folly/Benchmark.h"
+#include <folly/Range.h>
+#include <folly/Benchmark.h>
 
 using namespace folly;