summaryrefslogtreecommitdiff
path: root/channels/iax2/netsock.c
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-12-22 15:00:14 -0500
committerCorey Farrell <git@cfware.com>2017-12-22 15:00:14 -0500
commitc2529a352c775d4c82b8acb64407b9c5f821fcd7 (patch)
treee901809f7953afbcd40ee4afe19d3a72bd08b2ef /channels/iax2/netsock.c
parentfd0ca1c3f9b972a52d48a82b492fd6bac772dc78 (diff)
astobj.h: Remove from Asterisk core.
This is the old ASTOBJ macro's which are no longer used except by the deprecated netsock.c. Move it to the chan_iax2 include folder so it does not get used elsewhere. Change-Id: I7e4ae96678b36b9f41d3cae14b167f110eb5d349
Diffstat (limited to 'channels/iax2/netsock.c')
-rw-r--r--channels/iax2/netsock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/iax2/netsock.c b/channels/iax2/netsock.c
index 8e2bd0e12..17cc62039 100644
--- a/channels/iax2/netsock.c
+++ b/channels/iax2/netsock.c
@@ -46,7 +46,7 @@
#include "include/netsock.h"
#include "asterisk/netsock2.h"
#include "asterisk/utils.h"
-#include "asterisk/astobj.h"
+#include "include/astobj.h"
struct ast_netsock {
ASTOBJ_COMPONENTS(struct ast_netsock);