aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk.h')
-rw-r--r--include/asterisk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asterisk.h b/include/asterisk.h
index d4b2f0391..da70e8a8c 100644
--- a/include/asterisk.h
+++ b/include/asterisk.h
@@ -68,12 +68,6 @@ void ast_event_init(void); /*!< Provided by event.c */
int ast_device_state_engine_init(void); /*!< Provided by devicestate.c */
int astobj2_init(void); /*! Provided by astobj2.c */
-/* Many headers need 'ast_channel' to be defined */
-struct ast_channel;
-
-/* Many headers need 'ast_module' to be defined */
-struct ast_module;
-
/*!
* \brief Reload asterisk modules.
* \param name the name of the module to reload