Move defintion of M_LN2 to include/share/compat.h.

This commit is contained in:
Erik de Castro Lopo
2013-09-07 19:19:36 +10:00
parent c532d34c11
commit ce6832bb62
3 changed files with 4 additions and 8 deletions

View File

@@ -36,15 +36,12 @@
#include <math.h>
#include <string.h>
#include "share/compat.h"
#include "private/bitmath.h"
#include "private/fixed.h"
#include "private/macros.h"
#include "FLAC/assert.h"
#ifndef M_LN2
#define M_LN2 0.69314718055994530942
#endif
#ifdef local_abs
#undef local_abs
#endif