projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c2e186
)
src/types.h: remove useless include and comment
author
Paul Brossier
<piem@piem.org>
Fri, 25 Sep 2009 22:33:05 +0000
(
00:33
+0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 25 Sep 2009 22:33:05 +0000
(
00:33
+0200)
src/types.h
patch
|
blob
|
history
diff --git
a/src/types.h
b/src/types.h
index 55939eebacbfbdb7a2fea92a36dc7eec6a241e84..df14ae9c0cc91d6d8b3e08718cc6f905a50d329f 100644
(file)
--- 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
}