Removed unused header inclusion of tools_common.h Fix the clang-tidy misc-include-cleaner warning: included header tools_common.h is not used directly Change-Id: Ic7c2941b83d05cdf273eac9d070f125dd8c4d3bd
diff --git a/test/resize_test.cc b/test/resize_test.cc index 755d4e3..dd66f83 100644 --- a/test/resize_test.cc +++ b/test/resize_test.cc
@@ -15,7 +15,6 @@ #include "aom/aomcx.h" #include "aom_dsp/aom_dsp_common.h" #include "av1/encoder/encoder.h" -#include "common/tools_common.h" #include "third_party/googletest/src/googletest/include/gtest/gtest.h" #include "test/codec_factory.h" #include "test/encode_test_driver.h"