Skip to content

Commit 464bccf

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Enable -Wheader-hygiene for kineto/PACKAGE +1 (#981)
Summary: Pull Request resolved: #981 Per title #buildmore - Be thorough #buildsonlynotests - No runtime effects! - If you approve of this diff, please use the "Accept & Ship" button no-ig-test - Doesn't require Instagram testing. (1 file modified.) Reviewed By: dmm-fb Differential Revision: D56539017 fbshipit-source-id: 79940cb7874dca56e07726f3171bc177afa81d56
1 parent ba4caf6 commit 464bccf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libkineto/src/RoctracerLogger.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "ThreadUtil.h"
1919
#include "Demangle.h"
2020

21+
using namespace libkineto;
2122
using namespace std::chrono;
2223

2324
class Flush

libkineto/src/RoctracerLogger.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ static timestamp_t timespec_to_ns(const timespec& time) {
6363
return ((timestamp_t)time.tv_sec * 1000000000) + time.tv_nsec;
6464
}
6565

66-
using namespace libkineto;
67-
6866
class ApiIdList {
6967
public:
7068
ApiIdList();

0 commit comments

Comments
 (0)