From: James Zern Date: Mon, 21 May 2018 21:26:08 +0000 (-0700) Subject: remove unused vpx_ports/config.h X-Git-Tag: v1.8.0~667 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2f12c63595adc1fa0affd4e7be5d9131a8031e2;p=libvpx remove unused vpx_ports/config.h references were earlier removed in: 1a7d25a48 Replace vpx_ports/config.h with vpx_config.h Change-Id: I1824cd71e970f5c7550c3978e0c63ce36a9644e4 --- diff --git a/vpx_ports/config.h b/vpx_ports/config.h deleted file mode 100644 index 3c1ab99f4..000000000 --- a/vpx_ports/config.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) 2010 The WebM 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 VPX_PORTS_CONFIG_H_ -#define VPX_PORTS_CONFIG_H_ - -#include "vpx_config.h" - -#endif // VPX_PORTS_CONFIG_H_