Skip to content

Commit

Permalink
Switch from -defs.h pattern
Browse files Browse the repository at this point in the history
Summary: [Folly] Switch from `-defs.h` pattern to `-inl.h` pattern in `folly/stats/` since `extern template` doing shallow instantiation rather than deep instantiation makes this pattern difficult.

Reviewed By: chadaustin

Differential Revision: D16761319

fbshipit-source-id: 1760bf53b09791bebf996064c0d1fcc3babf43d2
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Sep 8, 2019
1 parent 5a460a4 commit b4f7355
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openr/common/StepDetector.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
#include <functional>
#include <stdexcept>

#include <folly/stats/BucketedTimeSeries-defs.h>
#include <folly/stats/BucketedTimeSeries.h> // Order of include is IMP
#include <folly/stats/BucketedTimeSeries.h>

namespace openr {

Expand Down

0 comments on commit b4f7355

Please sign in to comment.