Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / io / async / AsyncTimeout.cpp
index c2196dd11d3002b993555ca565967d4f728f1c59..4119e35bccb8d9bfaa659fb6d1023fa6461b27e4 100644 (file)
  * specific language governing permissions and limitations
  * under the License.
  */
-#include "folly/io/async/AsyncTimeout.h"
-#include "folly/io/async/EventBase.h"
-#include "folly/io/async/EventUtil.h"
-#include "folly/io/async/Request.h"
+#include <folly/io/async/AsyncTimeout.h>
+#include <folly/io/async/EventBase.h>
+#include <folly/io/async/EventUtil.h>
+#include <folly/io/async/Request.h>
 
 #include <assert.h>
 #include <glog/logging.h>