static_function_deleter.
[folly.git] / folly / test / TimeseriesHistogramTest.cpp
index ed49b96724eec5b0a4562bd7719cfd76f293da55..85e3198edb43dc36837b3ffadfc7a312a3935ff1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 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>
 
@@ -484,4 +484,3 @@ TEST(TimeseriesHistogram, SingleUniqueValue) {
     }
   }
 }
-