Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / experimental / symbolizer / Elf.cpp
index 818b5188fa7091eb380e7644bb04cb4d4230c47e..6f525f3fd40780a5ea5439ca65a31b0bdb64bd0a 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.
@@ -15,7 +15,7 @@
  */
 
 
-#include "folly/experimental/symbolizer/Elf.h"
+#include <folly/experimental/symbolizer/Elf.h>
 
 #include <sys/mman.h>
 #include <sys/types.h>
@@ -26,8 +26,8 @@
 
 #include <glog/logging.h>
 
-#include "folly/Conv.h"
-#include "folly/Exception.h"
+#include <folly/Conv.h>
+#include <folly/Exception.h>
 
 namespace folly {
 namespace symbolizer {