Skip to content

Commit 4babb21

Browse files
kddnewtonmeta-codesync[bot]
authored andcommitted
Make clang-tidy happy
Summary: Turn off the facebook-unused-include-check because it is not yet smart enough to track potentially defined macros. Reviewed By: alexmalyshev Differential Revision: D87442512 fbshipit-source-id: 2b71f52ceded0998f58daee022f33aba26e45c94
1 parent 09be7db commit 4babb21

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cinderx/Jit/codegen/arch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#pragma once
44

5+
// NOLINTNEXTLINE(facebook-unused-include-check)
56
#include "cinderx/Jit/codegen/arch/detection.h"
67
#include "fmt/ostream.h"
78

cinderx/Jit/codegen/arch/unknown.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "cinderx/Jit/codegen/arch/unknown.h"
44

5+
// NOLINTNEXTLINE(facebook-unused-include-check)
56
#include "cinderx/Jit/codegen/arch/detection.h"
67

78
#ifdef CINDER_UNKNOWN

cinderx/Jit/codegen/arch/x86_64.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "cinderx/Jit/codegen/arch/x86_64.h"
44

5+
// NOLINTNEXTLINE(facebook-unused-include-check)
56
#include "cinderx/Jit/codegen/arch/detection.h"
67

78
#ifdef CINDER_X86_64

0 commit comments

Comments
 (0)