ref: 9ea88c697c13a517c778fc14e616219853f06d2a
parent: 1c2e186070986bacc1b08fdaaa3bb559f534af58
author: Paul Brossier <piem@piem.org>
date: Fri Sep 25 20:33:05 EDT 2009
src/types.h: remove useless include and comment
--- 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 unsigned int uint_t;
/** signed integer */
typedef int sint_t;
-/** files */
-//typedef FILE audio_file_t;
#ifdef __cplusplus
}