Remove temporary header

Bug: b/272350185
Change-Id: Iea5095b4d1b48f3fdca74b60c29e2e29562b4b07
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/301160
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39842}
diff --git a/test/BUILD.gn b/test/BUILD.gn
index 6e04015..b1f1b98 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -132,7 +132,6 @@
   sources = [
     "frame_generator_capturer.cc",
     "frame_generator_capturer.h",
-    "frame_generator_capturer_tmp.h",
   ]
   deps = [
     ":fileutils",
diff --git a/test/frame_generator_capturer_tmp.h b/test/frame_generator_capturer_tmp.h
deleted file mode 100644
index 69e0cf5..0000000
--- a/test/frame_generator_capturer_tmp.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- *  Copyright (c) 2023 The WebRTC project authors. All Rights Reserved.
- *
- *  Use of this source code is governed by a BSD-style license
- *  that can be found in the LICENSE file in the root of the source
- *  tree. An additional intellectual property rights grant can be found
- *  in the file PATENTS.  All contributing project authors may
- *  be found in the AUTHORS file in the root of the source tree.
- */
-
-#ifndef TEST_FRAME_GENERATOR_CAPTURER_TMP_H_
-#define TEST_FRAME_GENERATOR_CAPTURER_TMP_H_
-
-#include "test/frame_generator_capturer.h"
-
-#endif  // TEST_FRAME_GENERATOR_CAPTURER_TMP_H_