Avoid use of config.h in build environment tools in spandsp

This commit is contained in:
Steve Underwood
2013-10-11 23:42:06 +08:00
parent 1cd6d44b06
commit 9990be4209
7 changed files with 1 additions and 33 deletions

View File

@@ -25,22 +25,13 @@
/*! \file */
#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif
#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <memory.h>
#if defined(HAVE_TGMATH_H)
#include <tgmath.h>
#endif
#if defined(HAVE_MATH_H)
#include <math.h>
#endif
typedef struct
{