aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/plc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/plc.h')
-rw-r--r--include/asterisk/plc.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/asterisk/plc.h b/include/asterisk/plc.h
index 762504952..cd650012c 100644
--- a/include/asterisk/plc.h
+++ b/include/asterisk/plc.h
@@ -33,15 +33,7 @@
#if !defined(_PLC_H_)
#define _PLC_H_
-#ifdef SOLARIS
-#include <sys/int_types.h>
-#else
-#if defined(__OpenBSD__) || defined( __FreeBSD__)
-#include <inttypes.h>
-#else
-#include <stdint.h>
-#endif
-#endif
+/* solaris used to #include <sys/int_types.h> */
/*! \page plc_page Packet loss concealment
\section plc_page_sec_1 What does it do?