Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / stats / TimeseriesHistogram-defs.h
index abc7dee1d7ffdb659d80073f126f346d6fd09344..2ee4b0603b6662ee3345e05a85828a2cb36554ae 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.
 #ifndef FOLLY_TIMESERIES_HISTOGRAM_DEF_H_
 #define FOLLY_TIMESERIES_HISTOGRAM_DEF_H_
 
-#include "folly/Conv.h"
-#include "folly/stats/Histogram-defs.h"
-#include "folly/stats/MultiLevelTimeSeries-defs.h"
-#include "folly/stats/BucketedTimeSeries-defs.h"
+#include <folly/Conv.h>
+#include <folly/stats/Histogram-defs.h>
+#include <folly/stats/MultiLevelTimeSeries-defs.h>
+#include <folly/stats/BucketedTimeSeries-defs.h>
 
 namespace folly {