Do not include "common/tools_common.h"

The header "common/tools_common.h" was included for the declaration of
warn() in https://aomedia-review.googlesource.com/c/aom/+/136521.
Because the warn() call was removed in
https://aomedia-review.googlesource.com/c/aom/+/138161, also remove the
"common/tools_common.h" include statement.

BUG=aomedia:3064

Change-Id: I091f1471381a06fb9d0a46411df5b9d76510370a
diff --git a/av1/encoder/pass2_strategy.c b/av1/encoder/pass2_strategy.c
index c3161c1..a4ee302 100644
--- a/av1/encoder/pass2_strategy.c
+++ b/av1/encoder/pass2_strategy.c
@@ -19,7 +19,6 @@
 
 #include <stdint.h>
 
-#include "common/tools_common.h"
 #include "config/aom_config.h"
 #include "config/aom_scale_rtcd.h"