Skip to content

Commit

Permalink
Fix include order and grouping in folly - 13/13
Browse files Browse the repository at this point in the history
Summary: All changes were automated

Reviewed By: Orvid

Differential Revision: D25507592

fbshipit-source-id: 3ce36732a2d1c691087fbd95c3e87f554f4d8d98
  • Loading branch information
Alfred Fuller authored and facebook-github-bot committed Dec 12, 2020
1 parent f0bada9 commit 7da96e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion folly/tracing/test/StaticTracepointTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

#include <folly/tracing/StaticTracepoint.h>

#include <algorithm>
#include <array>
#include <iterator>
Expand All @@ -22,6 +24,7 @@
#include <vector>

#include <boost/filesystem.hpp>

#include <folly/Conv.h>
#include <folly/Format.h>
#include <folly/Random.h>
Expand All @@ -31,7 +34,6 @@
#include <folly/lang/Bits.h>
#include <folly/portability/GTest.h>
#include <folly/portability/Unistd.h>
#include <folly/tracing/StaticTracepoint.h>
#include <folly/tracing/test/StaticTracepointTestModule.h>

static const std::string kUSDTSubsectionName = FOLLY_SDT_NOTE_NAME;
Expand Down

0 comments on commit 7da96e9

Please sign in to comment.