Fix resplit | batch
[folly.git] / folly / ThreadCachedArena.cpp
index 107bf99db673b1eafadbf62fdddecc3981d167c6..53636042984816e3d8bb80bf886e9a5edf876cef 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.
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/ThreadCachedArena.h"
+#include <folly/ThreadCachedArena.h>
 
 namespace folly {
 
@@ -41,4 +41,3 @@ void ThreadCachedArena::zombify(SysArena&& arena) {
 }
 
 }  // namespace folly
-