src/types.h: remove useless include and comment
authorPaul Brossier <piem@piem.org>
Fri, 25 Sep 2009 22:33:05 +0000 (00:33 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 25 Sep 2009 22:33:05 +0000 (00:33 +0200)
src/types.h

index 55939eebacbfbdb7a2fea92a36dc7eec6a241e84..df14ae9c0cc91d6d8b3e08718cc6f905a50d329f 100644 (file)
@@ -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
 }