Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / AHMIntStressTest.cpp
index 1d90660b264cfd9b14e53a332ff7daba1c967e4a..fdc4559c780b8cd922a1bc0836b496b79361d61e 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.
@@ -20,9 +20,9 @@
 #include <memory>
 #include <mutex>
 
-#include "folly/AtomicHashMap.h"
-#include "folly/ScopeGuard.h"
-#include "folly/Memory.h"
+#include <folly/AtomicHashMap.h>
+#include <folly/ScopeGuard.h>
+#include <folly/Memory.h>
 
 namespace {