fix Baton.h typo
[folly.git] / folly / ThreadCachedArena.h
index efc54bd649fea8c5acd6793bc9717587048cbb6a..ff1eb8fd076c9dea457baf1a951d81881d71c6cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 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.
@@ -22,9 +22,9 @@
 #include <limits>
 #include <boost/intrusive/slist.hpp>
 
-#include "folly/Likely.h"
-#include "folly/Arena.h"
-#include "folly/ThreadLocal.h"
+#include <folly/Likely.h>
+#include <folly/Arena.h>
+#include <folly/ThreadLocal.h>
 
 namespace folly {
 
@@ -83,4 +83,3 @@ struct IsArenaAllocator<ThreadCachedArena> : std::true_type { };
 }  // namespace folly
 
 #endif /* FOLLY_THREADCACHEDARENA_H_ */
-