aboutsummaryrefslogtreecommitdiff
path: root/include/speex/speexdsp_config_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/speex/speexdsp_config_types.h')
-rw-r--r--include/speex/speexdsp_config_types.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/speex/speexdsp_config_types.h b/include/speex/speexdsp_config_types.h
index 4258618..ca1f5a3 100644
--- a/include/speex/speexdsp_config_types.h
+++ b/include/speex/speexdsp_config_types.h
@@ -1,13 +1,7 @@
#ifndef __SPEEX_TYPES_H__
#define __SPEEX_TYPES_H__
-#if defined HAVE_STDINT_H
-# include <stdint.h>
-#elif defined HAVE_INTTYPES_H
-# include <inttypes.h>
-#elif defined HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
+#include <stdint.h>
typedef int16_t spx_int16_t;
typedef uint16_t spx_uint16_t;