Fix folly lint errors
[folly.git] / folly / experimental / io / FsUtil.cpp
index b39116a5a529500d1f823384f88ed1499def6eee..e243c351afb3fd5b42950a684362f7b6817e859c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 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.
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/io/FsUtil.h"
+#include <folly/experimental/io/FsUtil.h>
 
 namespace bsys = ::boost::system;
 
@@ -68,4 +68,3 @@ path canonical_parent(const path& pth, const path& base) {
 
 }  // namespace fs
 }  // namespace folly
-