Commit 7da96e99 authored by Alfred Fuller's avatar Alfred Fuller Committed by Facebook GitHub Bot

Fix include order and grouping in folly - 13/13

Summary: All changes were automated

Reviewed By: Orvid

Differential Revision: D25507592

fbshipit-source-id: 3ce36732a2d1c691087fbd95c3e87f554f4d8d98
parent f0bada9d
......@@ -14,6 +14,8 @@
* limitations under the License.
*/
#include <folly/tracing/StaticTracepoint.h>
#include <algorithm>
#include <array>
#include <iterator>
......@@ -22,6 +24,7 @@
#include <vector>
#include <boost/filesystem.hpp>
#include <folly/Conv.h>
#include <folly/Format.h>
#include <folly/Random.h>
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment