Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / TimeseriesHistogramTest.cpp
index 196fd822637cdb6f3b73c22c79e28a8cbcf616ba..e106e88134f848bdb27d3d4763ca0a35366c12b3 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.
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/stats/TimeseriesHistogram.h"
-#include "folly/stats/TimeseriesHistogram-defs.h"
+#include <folly/stats/TimeseriesHistogram.h>
+#include <folly/stats/TimeseriesHistogram-defs.h>
 
 #include <gtest/gtest.h>