Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / Format.cpp
index 460f74894777dc71c1751af7c0b600c11edfe3e4..53a218622d812a7bb6fe63b2baf5e99d0e5b4682 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/Format.h"
+#include <folly/Format.h>
 
 namespace folly {
 namespace detail {