We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a16e49 commit a38592bCopy full SHA for a38592b
modules/rtpengine/rtpengine.c
@@ -76,10 +76,10 @@
76
#include "../../mod_fix.h"
77
#include "../../dset.h"
78
#include "../../route.h"
79
-#include "../../modules/tm/tm_load.h"
80
-#include "../../modules/dialog/dlg_load.h"
81
#include "../../lib/cJSON.h"
+#include "../dialog/dlg_load.h"
82
#include "../rtp_relay/rtp_relay.h"
+#include "../tm/tm_load.h"
83
#include "rtpengine.h"
84
#include "rtpengine_funcs.h"
85
#include "bencode.h"
0 commit comments