From 9ea88c697c13a517c778fc14e616219853f06d2a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 26 Sep 2009 00:33:05 +0200 Subject: [PATCH] src/types.h: remove useless include and comment --- src/types.h | 4 ---- 1 file changed, 4 deletions(-) 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 } -- 2.26.2