Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / gen / File.h
index ded64c2084adce1d293a225a8b547b128fcf03de..4b322746839505337404e96a6e4d25f74dd19b74 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.
@@ -17,9 +17,9 @@
 #ifndef FOLLY_GEN_FILE_H
 #define FOLLY_GEN_FILE_H
 
-#include "folly/File.h"
-#include "folly/gen/Base.h"
-#include "folly/io/IOBuf.h"
+#include <folly/File.h>
+#include <folly/gen/Base.h>
+#include <folly/io/IOBuf.h>
 
 namespace folly {
 namespace gen {
@@ -67,6 +67,6 @@ S toFile(File file, std::unique_ptr<IOBuf> buffer) {
 
 }}  // !folly::gen
 
-#include "folly/gen/File-inl.h"
+#include <folly/gen/File-inl.h>
 
 #endif // FOLLY_GEN_FILE_H