Skip to content

Commit

Permalink
PerfProfiler: remove an unnecessary include.
Browse files Browse the repository at this point in the history
Summary: We included <utility> based on a complaint from our linter, but the code subsequently changed leaving a stale include. Here, we remove that.

Test Plan: Build process.

Reviewers: #stirling, oazizi

Reviewed By: #stirling, oazizi

JIRA Issues: PP-2982

Signed-off-by: Pete Stevenson <jps@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D10811

GitOrigin-RevId: 8d74f07
  • Loading branch information
Pete Stevenson authored and copybaranaut committed Feb 18, 2022
1 parent 7238102 commit 2547cf9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/

#include <string>
#include <utility>

#include "src/common/fs/fs_wrapper.h"
#include "src/common/system/proc_parser.h"
Expand Down

0 comments on commit 2547cf9

Please sign in to comment.