summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2013-01-29 22:58:33 +0000
committerSean Bright <sean@malleable.com>2013-01-29 22:58:33 +0000
commit693d609081031d17e57cc2b3ad7408947120dc48 (patch)
tree8057900da93bb4d8111512cf3d4e17475996ff29 /channels/chan_iax2.c
parentffaf79b1eb7e7a91d2262b5e981ed4fa7142f9a9 (diff)
Move the ancillary iax2 source files into a separate sub-directory.
This patch just moves the IAX2 source and header files into a separate iax2 sub-directory in the channels directory, similar to how the sip source files are structured. The only thing that was added was an #ifndef to protect provision.h from multiple inclusion. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380433 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_iax2.c')
-rw-r--r--channels/chan_iax2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index b8ce29dd9..c45647f7b 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -102,9 +102,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/data.h"
#include "asterisk/netsock2.h"
-#include "iax2.h"
-#include "iax2-parser.h"
-#include "iax2-provision.h"
+#include "iax2/include/iax2.h"
+#include "iax2/include/parser.h"
+#include "iax2/include/provision.h"
#include "jitterbuf.h"
/*** DOCUMENTATION