Skip to content

Commit

Permalink
update AutoTimer depts to be fmt
Browse files Browse the repository at this point in the history
Summary: vitaut remarked in D57929227 that AutoTimer includes folly/Format but uses fmt. Update the headers and dependencies to match.

Reviewed By: vitaut

Differential Revision: D58022533

fbshipit-source-id: db816e57d4b1fa332b543ed0bb6b5d568bb78131
  • Loading branch information
Gownta authored and facebook-github-bot committed Jun 5, 2024
1 parent a03f481 commit 8cc537e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion folly/logging/AutoTimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#include <string>
#include <type_traits>

#include <fmt/format.h>
#include <glog/logging.h>

#include <folly/Conv.h>
#include <folly/Format.h>
#include <folly/Optional.h>
#include <folly/String.h>

Expand Down
2 changes: 1 addition & 1 deletion folly/logging/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ cpp_library(
name = "auto_timer",
headers = ["AutoTimer.h"],
exported_deps = [
"fbsource//third-party/fmt:fmt",
"//folly:conv",
"//folly:format",
"//folly:optional",
"//folly:string",
],
Expand Down

0 comments on commit 8cc537e

Please sign in to comment.