Skip to content

Commit

Permalink
Deshim //folly:dynamic to //folly/json:dynamic in fizz
Browse files Browse the repository at this point in the history
Summary:
The following headers were shimmed in //folly:dynamic and were modded:
  - folly/DynamicConverter.h -> folly/json/DynamicConverter.h
  - folly/dynamic.h -> folly/json/dynamic.h
  - folly/dynamic-inl.h -> folly/json/dynamic-inl.h
  - folly/json.h -> folly/json/json.h

`arc lint` was applied

Reviewed By: knekritz

Differential Revision: D53837119

fbshipit-source-id: e62cf73f26f1e7b20d463703f2b997bd480d92dd
  • Loading branch information
Gownta authored and facebook-github-bot committed Feb 16, 2024
1 parent e5e3147 commit 0f18979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fizz/tool/FizzClientLoadGenCommand.cpp
Expand Up @@ -16,7 +16,7 @@
#include <folly/executors/IOThreadPoolExecutor.h>
#include <folly/futures/Future.h>
#include <folly/io/async/SSLContext.h>
#include <folly/json.h>
#include <folly/json/json.h>
#include <folly/stats/Histogram.h>
#include <chrono>
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion fizz/tool/FizzCommandCommon.h
Expand Up @@ -16,7 +16,7 @@
#include <folly/io/IOBuf.h>
#include <folly/io/async/EventBase.h>
#include <folly/io/async/EventHandler.h>
#include <folly/json.h>
#include <folly/json/json.h>

#include <algorithm>
#include <cstdint>
Expand Down

0 comments on commit 0f18979

Please sign in to comment.