avutil/mem_internal: Fix headers

Including avassert.h is unnecessary since commit
786be70e28.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/388/head
Andreas Rheinhardt 3 years ago
parent d09dacc197
commit 0bb0c26799
  1. 1
      libavcodec/x86/h264_qpel.c
  2. 3
      libavutil/mem_internal.h
  3. 1
      libavutil/tx.c

@ -20,6 +20,7 @@
*/ */
#include "libavutil/attributes.h" #include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/cpu.h" #include "libavutil/cpu.h"
#include "libavutil/mem_internal.h" #include "libavutil/mem_internal.h"
#include "libavutil/x86/asm.h" #include "libavutil/x86/asm.h"

@ -25,7 +25,8 @@
#include <stdint.h> #include <stdint.h>
#include "avassert.h" #include "attributes.h"
#include "macros.h"
#include "mem.h" #include "mem.h"
#include "version.h" #include "version.h"

@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "avassert.h"
#include "cpu.h" #include "cpu.h"
#include "qsort.h" #include "qsort.h"
#include "bprint.h" #include "bprint.h"

Loading…
Cancel
Save