Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / experimental / io / test / AsyncIOTest.cpp
index f4ee54b6b91b464d1ad70c8993b2c8a24bacd94a..7025eff5218119da823d6c5d85101f52d43762d4 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.
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/io/AsyncIO.h"
+#include <folly/experimental/io/AsyncIO.h>
 
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -31,9 +31,9 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/experimental/io/FsUtil.h"
-#include "folly/ScopeGuard.h"
-#include "folly/String.h"
+#include <folly/experimental/io/FsUtil.h>
+#include <folly/ScopeGuard.h>
+#include <folly/String.h>
 
 namespace fs = folly::fs;
 using folly::AsyncIO;