diff options
author | 2017-11-17 01:12:38 +0000 | |
---|---|---|
committer | 2017-11-17 01:12:38 +0000 | |
commit | 8acd00f9e65078f0f9d3c6fa7fea19ee0c17567a (patch) | |
tree | d79c8ff901ab2017dd6308f9bd43d02b877a5c9e /runtime/runtime_callbacks_test.cc | |
parent | 9b69cdf2b1ece2d088e2e1855285e0c7ab4731f5 (diff) | |
parent | 5573c37e795668eca81a8488078f798d977685c3 (diff) |
Merge "cpplint: Remove many unnecessary NOLINT"
Diffstat (limited to 'runtime/runtime_callbacks_test.cc')
-rw-r--r-- | runtime/runtime_callbacks_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime_callbacks_test.cc b/runtime/runtime_callbacks_test.cc index d283c79960..0b69851a55 100644 --- a/runtime/runtime_callbacks_test.cc +++ b/runtime/runtime_callbacks_test.cc @@ -22,7 +22,7 @@ #include <initializer_list> #include <memory> -#include <mutex> // NOLINT [build/c++11] [5] +#include <mutex> #include <string> #include "jni.h" |