From: Paul Brossier Date: Fri, 25 Sep 2009 22:33:05 +0000 (+0200) Subject: src/types.h: remove useless include and comment X-Git-Tag: bzr2git~292 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ea88c697c13a517c778fc14e616219853f06d2a;p=aubio.git src/types.h: remove useless include and comment --- diff --git a/src/types.h b/src/types.h index 55939eeb..df14ae9c 100644 --- a/src/types.h +++ b/src/types.h @@ -31,8 +31,6 @@ extern "C" { #endif -#include "config.h" - #ifndef HAVE_AUBIO_DOUBLE /** defined to 1 if aubio is compiled in double precision */ #define HAVE_AUBIO_DOUBLE 0 @@ -62,8 +60,6 @@ typedef long double lsmp_t; typedef unsigned int uint_t; /** signed integer */ typedef int sint_t; -/** files */ -//typedef FILE audio_file_t; #ifdef __cplusplus }