diff --git a/test/BUILD.gn b/test/BUILD.gn index 6e04015619..b1f1b98b2a 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -132,7 +132,6 @@ rtc_library("frame_generator_capturer") { 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 69e0cf58da..0000000000 --- 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_