avutil/internal: Move libm inclusion to the beginning

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/7.1
Andreas Rheinhardt 11 months ago
parent e4e6377afc
commit 8041a91a32
  1. 3
      libavutil/internal.h

@ -40,6 +40,7 @@
#include <stdio.h>
#include "config.h"
#include "attributes.h"
#include "libm.h"
#include "macros.h"
#include "pixfmt.h"
@ -86,8 +87,6 @@
*/
#define FF_FIELD_AT(type, off, obj) (*(type *)((char *)&(obj) + (off)))
#include "libm.h"
/**
* Return NULL if CONFIG_SMALL is true, otherwise the argument
* without modification. Used to disable the definition of strings.

Loading…
Cancel
Save