Copyright 2014->2015
[folly.git] / folly / test / AHMIntStressTest.cpp
index 1d90660b264cfd9b14e53a332ff7daba1c967e4a..bf0ec3049aa269897ba41c68832d0cccdcfe2e48 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2015 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 {